]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Apr 2007 18:43:13 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-exclude_rm_cups.patch -> 1.2
    rc-scripts-fuse.patch -> 1.2

rc-scripts-exclude_rm_cups.patch [deleted file]
rc-scripts-fuse.patch [deleted file]

diff --git a/rc-scripts-exclude_rm_cups.patch b/rc-scripts-exclude_rm_cups.patch
deleted file mode 100644 (file)
index 39755f4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/*
diff --git a/rc-scripts-fuse.patch b/rc-scripts-fuse.patch
deleted file mode 100644 (file)
index 0331c93..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ruN rc-scripts-0.4.0.27./rc.d/rc.sysinit rc-scripts-0.4.0.27/rc.d/rc.sysinit
---- rc-scripts-0.4.0.27./rc.d/rc.sysinit       2006-07-17 18:49:54.000000000 +0200
-+++ rc-scripts-0.4.0.27/rc.d/rc.sysinit        2006-07-17 18:55:10.610862496 +0200
-@@ -701,6 +701,11 @@
-               rc_splash "fsck stop"
-       fi
-+      # FUSE module is not automatically loaded
-+      if grep -q "fuse" /etc/fstab 2>/dev/null; then
-+              run_cmd "Loading FUSE module" modprobe -s fuse
-+      fi
-+
-       # Mount all other filesystems (except for NFS and /proc, which is already
-       # mounted). Contrary to standard usage,
-       # filesystems are NOT unmounted in single user mode.
This page took 0.06318 seconds and 4 git commands to generate.