public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-backup/bareos/files: bareos-fd.initd
@ 2014-05-20 23:18 Marc Schiffbauer (mschiff)
  0 siblings, 0 replies; only message in thread
From: Marc Schiffbauer (mschiff) @ 2014-05-20 23:18 UTC (permalink / raw
  To: gentoo-commits

mschiff     14/05/20 23:18:41

  Modified:             bareos-fd.initd
  Log:
  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)

Revision  Changes    Path
1.5                  app-backup/bareos/files/bareos-fd.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-fd.initd?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-fd.initd?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/files/bareos-fd.initd?r1=1.4&r2=1.5

Index: bareos-fd.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bareos/files/bareos-fd.initd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bareos-fd.initd	4 May 2014 17:03:59 -0000	1.4
+++ bareos-fd.initd	20 May 2014 23:18:41 -0000	1.5
@@ -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 @@
 
 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 $?





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-20 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 23:18 [gentoo-commits] gentoo-x86 commit in app-backup/bareos/files: bareos-fd.initd Marc Schiffbauer (mschiff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox