]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- rel 3; netfs vserver fix auto/th/rc-scripts-0_4_3_7-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 22 Dec 2010 10:50:13 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-svn.patch -> 1.7
    rc-scripts.spec -> 1.341

rc-scripts-svn.patch
rc-scripts.spec

index 3e9fe5ea21954ec5bc5fb44cd84df8ae3b3d43ad..7a604dee25bf800056420f14c591d8cefbd7e3fe 100644 (file)
@@ -20,3 +20,18 @@ Index: rc.d/rc.sysinit
                        mount -n -t cpuset none /dev/cpuset
                fi
        fi
+Index: rc.d/init.d/netfs
+===================================================================
+--- rc.d/init.d/netfs  (wersja 12019)
++++ rc.d/init.d/netfs  (kopia robocza)
+@@ -15,6 +15,10 @@
+ . /etc/rc.d/init.d/cryptsetup
+ . /etc/sysconfig/network
++if is_yes "$VSERVER"; then
++      exit 0
++fi
++
+ # nfs uses own script for that
+ if [ ! -f /etc/rc.d/init.d/nfsfs ]; then
+       NFSFSTAB=$(LC_ALL=C awk '!/^#/ && $3 ~ /^nfs/ && $3 != "nfsd" && $4 !~ /noauto/ { print $2 }' /etc/fstab)
index 082be36a817382b8bd9a8dedbf8f8007e80e342a..0080636b0ccdeed64a2cc13b69139560bb9b587e 100644 (file)
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):      inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr.UTF-8):     inittab ve /etc/rc.d dosyaları
 Name:          rc-scripts
 Version:       0.4.3.7
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
This page took 0.149796 seconds and 4 git commands to generate.