]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- up to 0.4.3.8 auto/th/rc-scripts-0_4_3_8-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Jan 2011 18:59:50 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-svn.patch -> 1.8
    rc-scripts.spec -> 1.342

rc-scripts-svn.patch [deleted file]
rc-scripts.spec

diff --git a/rc-scripts-svn.patch b/rc-scripts-svn.patch
deleted file mode 100644 (file)
index 7a604de..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-Index: rc.d/rc.sysinit
-===================================================================
---- rc.d/rc.sysinit    (wersja 12018)
-+++ rc.d/rc.sysinit    (kopia robocza)
-@@ -272,7 +272,7 @@
-       # cgroup/cpuset support
-       if grep -q cgroup /proc/filesystems 2>/dev/null ; then
--              if ! grep -q cgroup /etc/fstab 2>/dev/null ; then
-+              if ! grep -q "^[^#].*cgroup" /etc/fstab 2>/dev/null ; then
-                       # creating is more convenient than artificial conflict with older udev
-                       mkdir -p /dev/cgroup
-                       # mount w/o options enables all available cgroup subsystems
-@@ -280,7 +280,7 @@
-                       mount -n -t cgroup none /dev/cgroup
-               fi
-       elif grep -q cpuset /proc/filesystems 2>/dev/null ; then
--              if ! grep -q cpuset /etc/fstab 2>/dev/null ; then
-+              if ! grep -q "^[^#].*cpuset" /etc/fstab 2>/dev/null ; then
-                       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 0080636b0ccdeed64a2cc13b69139560bb9b587e..4ebce44d5a8831d340538de09318c12e5d3db12f 100644 (file)
@@ -8,13 +8,12 @@ Summary(fr.UTF-8):    inittab et scripts /etc/rc.d
 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:       3
+Version:       0.4.3.8
+Release:       1
 License:       GPL v2
 Group:         Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
-# Source0-md5: 6f349b3c5e74e538e14eaab389625643
-Patch0:                %{name}-svn.patch
+# Source0-md5: 52305571d87f83d453007189a9a4f42f
 URL:           http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -109,7 +108,6 @@ programcıklar içerir.
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %{__aclocal}
This page took 0.082527 seconds and 4 git commands to generate.