]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- killed hardcoded path for chroot inside the patch and added it inside
authorMariusz Mazur <mmazur@pld-linux.org>
Fri, 13 Jun 2003 14:38:11 +0000 (14:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  named.init... Could somebody tell me which of our daemons get chrooted?
- I just need to document this somewhere

Changed files:
    rc-scripts-chroot_safe.patch -> 1.2

rc-scripts-chroot_safe.patch

index fbe876a34a0ef2c978487da33e7dccfb0c8d6d45..2d86f258b0b9e5e0d88fdde72fd9b6b0da2a3ec9 100644 (file)
@@ -8,7 +8,7 @@
  
  # First set up a default search path.
  export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
-@@ -388,6 +389,29 @@
+@@ -388,6 +389,28 @@
        fi
  }
  
@@ -24,7 +24,6 @@
 +              if [ -n "$rewt" ]; then
 +                      if [ "$rewt" = "/" ] || \
 +                              [ "$rewt" = "/usr/share/empty" ] || \
-+                              [ "$rewt" = "/var/lib/named" ] || \
 +                              [ "$rewt" = "$CHROOT_TO_DIR" ]; then
 +                              filteredpids="$filteredpids $1"
 +                      fi
This page took 0.031801 seconds and 4 git commands to generate.