public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-print/cups/files: cupsd.init.d
@ 2012-01-15 20:19 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2012-01-15 20:19 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/01/15 20:19:54

  Modified:             cupsd.init.d
  Log:
  Create dirs in /var/run in initscript, bug 387893
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-print/cups/files/cupsd.init.d

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cupsd.init.d?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cupsd.init.d?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cupsd.init.d?r1=1.2&r2=1.3

Index: cupsd.init.d
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.init.d,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cupsd.init.d	9 Nov 2007 10:21:34 -0000	1.2
+++ cupsd.init.d	15 Jan 2012 20:19:54 -0000	1.3
@@ -9,6 +9,8 @@
 
 start() {
 	ebegin "Starting cupsd"
+	checkpath -q -d -m 0755 -o root:lp /var/run/cups
+	checkpath -q -d -m 0511 -o lp:lpadmin /var/run/cups/certs
 	start-stop-daemon --start --quiet --exec /usr/sbin/cupsd
 	eend $?
 }






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

only message in thread, other threads:[~2012-01-15 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 20:19 [gentoo-commits] gentoo-x86 commit in net-print/cups/files: cupsd.init.d Andreas HAttel (dilfridge)

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