public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-proxy/havp/files: havp.initd
@ 2013-01-08 16:45 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-01-08 16:45 UTC (permalink / raw
  To: gentoo-commits

jer         13/01/08 16:45:38

  Modified:             havp.initd
  Log:
  Inherit user.eclass. Version bump (bug #330475, bug #449880).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  net-proxy/havp/files/havp.initd

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

Index: havp.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/havp/files/havp.initd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- havp.initd	19 Aug 2006 06:35:43 -0000	1.3
+++ havp.initd	8 Jan 2013 16:45:38 -0000	1.4
@@ -1,5 +1,5 @@
 #!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
@@ -14,7 +14,7 @@
 }
 
 checkconfig() {
-	if [ ! -d /var/run/havp ] && ! mkdir /var/run/havp; then
+	if [ ! -d /var/run/havp ] && ! mkdir -p /var/run/havp; then
 		eeror "Failed to create /var/run/havp"
 		return 1
 	fi





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

only message in thread, other threads:[~2013-01-08 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 16:45 [gentoo-commits] gentoo-x86 commit in net-proxy/havp/files: havp.initd Jeroen Roovers (jer)

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