public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd/files: proftpd.initd proftpd-1.3.4_rc2-sql-groupsetfast-null-pointer.patch proftpd-bug3586.patch
@ 2011-09-28  9:47 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2011-09-28  9:47 UTC (permalink / raw
  To: gentoo-commits

voyageur    11/09/28 09:47:22

  Modified:             proftpd.initd
  Removed:             
                        proftpd-1.3.4_rc2-sql-groupsetfast-null-pointer.patch
                        proftpd-bug3586.patch
  Log:
  Fix init script depecrated variables, version bumps
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-ftp/proftpd/files/proftpd.initd

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

Index: proftpd.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/files/proftpd.initd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- proftpd.initd	16 Nov 2010 13:00:29 -0000	1.3
+++ proftpd.initd	28 Sep 2011 09:47:22 -0000	1.4
@@ -1,9 +1,9 @@
 #!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/files/proftpd.initd,v 1.3 2010/11/16 13:00:29 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/files/proftpd.initd,v 1.4 2011/09/28 09:47:22 voyageur Exp $
 
-opts="reload"
+extra_started_commands="reload"
 
 depend() {
 	need net
@@ -46,7 +46,7 @@
 reload() {
 	check_configuration || return 1
 	ebegin "Reloading ProFTPD"
-	start-stop-daemon --stop --quiet --signal HUP --oknodo \
+	start-stop-daemon --quiet --signal HUP \
 		--pidfile /var/run/proftpd/proftpd.pid
 	eend $?
 }






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

only message in thread, other threads:[~2011-09-28  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28  9:47 [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd/files: proftpd.initd proftpd-1.3.4_rc2-sql-groupsetfast-null-pointer.patch proftpd-bug3586.patch Bernard Cafarelli (voyageur)

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