]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- don't remove /var/run/cups/*
authorKarol Krenski <charles@pld-linux.org>
Fri, 14 Jul 2006 10:03:13 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  dir %attr(511,lp,sys) /var/run/cups/certs required by CUPS 1.2.x

Changed files:
    rc-scripts-exclude_rm_cups.patch -> 1.1

rc-scripts-exclude_rm_cups.patch [new file with mode: 0644]

diff --git a/rc-scripts-exclude_rm_cups.patch b/rc-scripts-exclude_rm_cups.patch
new file mode 100644 (file)
index 0000000..39755f4
--- /dev/null
@@ -0,0 +1,11 @@
+--- rc-scripts-0.4.0.27/rc.d/rc.sysinit.orig   2006-05-06 20:41:01.000000000 +0200
++++ rc-scripts-0.4.0.27/rc.d/rc.sysinit        2006-07-14 11:32:56.590729776 +0200
+@@ -830,7 +830,7 @@
+       bafile=$(basename $afile)
+       if [ -d "$afile" ]; then
+               case $bafile in
+-                      news|sudo|mon|cvs)
++                      news|sudo|mon|cvs|cups)
+                               ;;
+                       *)
+                               rm -rf $afile/*
This page took 0.03741 seconds and 4 git commands to generate.