public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services/files: atheme-services.initd
@ 2011-12-17  4:12 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-12-17  4:12 UTC (permalink / raw
  To: gentoo-commits

binki       11/12/17 04:12:06

  Modified:             atheme-services.initd
  Log:
  Use ${extra_started_commands} instead of ${extra_commands} in initscript, thanks jdhore.
  
  (Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-irc/atheme-services/files/atheme-services.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?r1=1.3&r2=1.4

Index: atheme-services.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- atheme-services.initd	17 Dec 2011 03:46:01 -0000	1.3
+++ atheme-services.initd	17 Dec 2011 04:12:05 -0000	1.4
@@ -1,9 +1,9 @@
 #!/sbin/runscript
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.3 2011/12/17 03:46:01 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.4 2011/12/17 04:12:05 binki Exp $
 
-extra_commands="reload"
+extra_started_commands="reload"
 
 depend() {
 	need net






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services/files: atheme-services.initd
@ 2011-12-17  3:46 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-12-17  3:46 UTC (permalink / raw
  To: gentoo-commits

binki       11/12/17 03:46:01

  Modified:             atheme-services.initd
  Log:
  Use ${extra_commands} in initscript instead of ${opts}, reported by ago.
  
  (Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-irc/atheme-services/files/atheme-services.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?r1=1.2&r2=1.3

Index: atheme-services.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- atheme-services.initd	22 Jul 2011 03:22:12 -0000	1.2
+++ atheme-services.initd	17 Dec 2011 03:46:01 -0000	1.3
@@ -1,9 +1,9 @@
 #!/sbin/runscript
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.2 2011/07/22 03:22:12 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.3 2011/12/17 03:46:01 binki Exp $
 
-opts="reload"
+extra_commands="reload"
 
 depend() {
 	need net






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services/files: atheme-services.initd
@ 2011-07-22  3:22 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-07-22  3:22 UTC (permalink / raw
  To: gentoo-commits

binki       11/07/22 03:22:12

  Modified:             atheme-services.initd
  Log:
  Use --pidfile and --user in the initscript, recommended by the_mgt/ich.
  
  (Portage version: 2.2.0_alpha41-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-irc/atheme-services/files/atheme-services.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd?r1=1.1&r2=1.2

Index: atheme-services.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atheme-services.initd	20 Jul 2011 02:24:17 -0000	1.1
+++ atheme-services.initd	22 Jul 2011 03:22:12 -0000	1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.1 2011/07/20 02:24:17 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.2 2011/07/22 03:22:12 binki Exp $
 
 opts="reload"
 
@@ -20,7 +20,7 @@
 	fi
 
 	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start --chuid atheme-services --exec /usr/bin/atheme-services
+	start-stop-daemon --start --pidfile=/var/run/atheme/atheme.pid --user atheme-services --exec /usr/bin/atheme-services
 	eend $?
 }
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-17  4:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-17  4:12 [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services/files: atheme-services.initd Nathan Phillip Brink (binki)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-17  3:46 Nathan Phillip Brink (binki)
2011-07-22  3:22 Nathan Phillip Brink (binki)

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