Update packages that use $openrc_services with the third argument.
Packages that can be started without modifications are enabled, well some of them, otherwise disabled. --HG-- extra : convert_revision : 42105adabbc02b0f07a5d7173664778a5001c739
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=8.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||
@@ -31,7 +31,7 @@ postgres_shell="/bin/sh"
|
||||
postgres_descr="PostgreSQL database server user"
|
||||
|
||||
# Add the OpenRC service.
|
||||
openrc_services="postgresql default"
|
||||
openrc_services="postgresql default false"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run pam
|
||||
|
||||
Reference in New Issue
Block a user