aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace /usr/lib with /usr/@LIBDIR@initscriptsMike Gilbert2013-10-272-5/+5
|
* Updated systemd files.Aaron W. Swenson2013-08-212-7/+43
|
* New systemd filesAaron W. Swenson2013-06-092-0/+52
| | | | | Add systemd unit https://bugs.gentoo.org/show_bug.cgi?id=468868
* Change security definition.Aaron W. Swenson2013-06-091-2/+3
| | | | | Move away from putting users into groups. https://bugs.gentoo.org/show_bug.cgi?id=460956
* Change ${socket_path} permissions so that users in the `postgres'Aaron W. Swenson2013-03-091-1/+1
| | | | system group cannot create, rename, or delete files in ${socket_path}.
* Just default to /run/postgresql.Aaron W. Swenson2013-02-081-1/+1
|
* Update copyrightAaron W. Swenson2013-02-081-1/+1
|
* Wrap lineAaron W. Swenson2013-02-031-1/+2
|
* No need to restart because the logger did.Aaron W. Swenson2013-01-191-1/+1
|
* Default to UTF-8 encodingAaron W. Swenson2012-11-111-1/+1
|
* Actual parameter name. Fixes bug 418057.Aaron W. Swenson2012-06-081-1/+1
|
* Typo.Aaron W. Swenson2012-05-271-1/+1
|
* More doubled slash prevention.Aaron W. Swenson2012-05-271-7/+7
|
* More descriptive comments.Aaron W. Swenson2012-05-271-3/+10
|
* Fixes b.g.o bug 407907. awk syntax fix for FreeBSD.Aaron W. Swenson2012-05-271-1/+1
|
* Return if DATA_DIR hasn't been set so we don't fall through to theAaron W. Swenson2012-05-271-0/+1
| | | | next error hinting at running 'emerge --config' as well.
* Just bail out if one of the configuration files is missing. The hintAaron W. Swenson2012-05-241-7/+2
| | | | directs them to move over '*.conf' anyway.
* Missed a path variable.Aaron W. Swenson2012-05-241-1/+1
|
* Don't just check for the variable, but see if it's true!Aaron W. Swenson2012-05-241-1/+1
|
* If syslog is specified in postgresql.conf, we need it.Aaron W. Swenson2012-05-241-1/+1
|
* Cleaned up commands. Remove trailing slash for paths.Aaron W. Swenson2012-05-241-8/+8
|
* Fixed startup command for 9.2. Refactored config file check.Aaron W. Swenson2012-05-231-104/+96
|
* Fixed passing environments issue. (Bug 394159)Aaron W. Swenson2011-12-241-4/+9
|
* Fixed typo.Aaron W. Swenson2011-12-201-4/+4
|
* Updated to match postgresql.init.Aaron W. Swenson2011-11-301-22/+17
|
* Move to start-stop-daemon. Create run directory if it doesn't exist.Aaron W. Swenson2011-11-301-115/+50
| | | | | | Parse postgresql.conf for port, unix_socket_directory, and log_destination allowing postgresql.conf to override /etc/conf.d/postgresql.
* Drop variable for real pathsAaron W. Swenson2011-09-181-7/+6
|
* Added {,/var}/run creation and updated README to match up with these files.Aaron W. Swenson2011-09-182-19/+25
|
* Beautified output a bit.Aaron W. Swenson2011-03-261-3/+5
|
* Added permiission checks. Changed ${VAR%/} to just ${VAR} because the latter isAaron W. Swenson2011-03-261-10/+16
| | | | POSIX compliant while the former is a BASH extension.
* Working towards file permission checking.Aaron W. Swenson2011-03-251-9/+14
|
* Added a message to direct users to check their Postgresql log for an errorAaron W. Swenson2011-03-241-0/+1
| | | | message explaining why there's a failure.
* Refactor checkconfig() and replaced cp instruction with a mv.Aaron W. Swenson2011-03-221-23/+25
|
* Initscript and related conf for 8.3+.Aaron W. Swenson2011-03-192-23/+32
|
* Initial commit of initscript and related conf file for 8.2.Aaron W. Swenson2011-03-192-0/+230
|
* Initial commit. README describes repository layout.Aaron W. Swenson2011-03-191-0/+22