Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename and update init files to use "gitea" instead of "gogs" | Sandro Santilli | 2016-11-07 | 1 | -47/+0 |
| | | | | Closes #102 | ||||
* | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables as a fallback if the equivalent GITEA_* are not set, warning user about the need for change. Does not change "gogs" to "gitea" in webhook type name Because "gogs" hook type is part of the API (routes) and used in templates... Closes #87 | ||||
* | Fix status command in FreeBSD init script | Koen Wilde | 2016-01-09 | 1 | -0/+1 |
| | | | | | | | | | | | | If the init script is called with `status`, the rc.subr(8) routines check if the first argument associated with the pid in the pidfile is equal to `procname`. By default, `procname` is equal to the value of `command`. In our case, `command` contains a space (i.e. has multiple arguments), so `procname` can never be equal to the first argument of the command associated with the pid. Set `procname` to the first argument of `command` to fix the `status` command of the init script. | ||||
* | HOME fix into FreeBSD init script | Renato Aquino | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Fix command used by FreeBSD init script | William Friesen | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | Rename scripts/rc/freebsd/gogs to scripts/init/freebsd/gogs | Clint Armstrong | 2015-01-30 | 1 | -0/+46 |