diff options
author | 2014-05-20 23:18:41 +0000 | |
---|---|---|
committer | 2014-05-20 23:18:41 +0000 | |
commit | 24bdb659fab237926b096d230b062aa4fd896dee (patch) | |
tree | 3ab43c3821bbb2348f67d8b03afa2c032d816766 /app-backup/bareos/files | |
parent | Add ~arm keyword. (diff) | |
download | gentoo-2-24bdb659fab237926b096d230b062aa4fd896dee.tar.gz gentoo-2-24bdb659fab237926b096d230b062aa4fd896dee.tar.bz2 gentoo-2-24bdb659fab237926b096d230b062aa4fd896dee.zip |
Do not set owner for pid direrctory in bareos-fd init script
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'app-backup/bareos/files')
-rw-r--r-- | app-backup/bareos/files/bareos-fd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/bareos/files/bareos-fd.initd b/app-backup/bareos/files/bareos-fd.initd index e399d1e971dc..8e2c8f4868a2 100644 --- a/app-backup/bareos/files/bareos-fd.initd +++ b/app-backup/bareos/files/bareos-fd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-fd.initd,v 1.4 2014/05/04 17:03:59 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-fd.initd,v 1.5 2014/05/20 23:18:41 mschiff Exp $ depend() { use dns @@ -9,7 +9,7 @@ depend() { start() { ebegin "Starting bareos file daemon" - checkpath -d -m 0750 -o bareos:bareos /run/bareos + checkpath -d -m 0750 /run/bareos start-stop-daemon --start --quiet --exec /usr/sbin/bareos-fd \ -- ${FD_OPTIONS} eend $? |