]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
Update to 0.4.3.4.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Nov 2010 08:47:27 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-devtmpfs.patch -> 1.2
    rc-scripts.spec -> 1.334

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

diff --git a/rc-scripts-devtmpfs.patch b/rc-scripts-devtmpfs.patch
deleted file mode 100644 (file)
index 496b1d5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- /etc/rc.d/rc.shutdown.old  2010-06-18 01:52:20.912246281 +0200
-+++ /etc/rc.d/rc.shutdown      2010-06-18 02:01:41.481643924 +0200
-@@ -75,7 +75,7 @@
-               UMOUNT_IGNORE="/ $UMOUNT_IGNORE"
-       fi
-       remaining=$(awk -v ig="^($UMOUNT_IGNORE)$" 'BEGIN { gsub(/[\t ]+/, "|", ig); } \
--                      $3 !~ /^(proc|loopfs|devpts|shm|iso9660|ramfs|tmpfs|sysfs|securityfs|squashfs)$/ \
-+                      $3 !~ /^(proc|loopfs|devpts|devtmpfs|shm|iso9660|ramfs|tmpfs|sysfs|securityfs|squashfs)$/ \
-                       && $1 !~ /^(none|\/dev\/root)$/ \
-                       && $2 !~ ig {print $2}' /proc/mounts)
-       while [ -n "$remaining" -a "$retry" -gt 0 ]; do
-@@ -99,7 +99,7 @@
-               sleep 2
-               remaining=$(awk -v ig="^($UMOUNT_IGNORE)$" 'BEGIN { gsub(/[\t ]+/, "|", ig); } \
--                              $3 !~ /^(proc|loopfs|devpts|shm|iso9660|ramfs|tmpfs|sysfs|securityfs|squashfs)$/ \
-+                              $3 !~ /^(proc|loopfs|devpts|devtmpfs|shm|iso9660|ramfs|tmpfs|sysfs|securityfs|squashfs)$/ \
-                               && $1 !~ /^(none|\/dev\/root)$/ \
-                               && $2 !~ ig {print $2}' /proc/mounts)
-               [ -z "$remaining" ] && break
index 3ccbf352e38c14e0484f655cc91adc3f6468b979..c4e37b15203f56703bf0c4f5ce766e2611be4170 100644 (file)
@@ -8,14 +8,13 @@ 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.3
-Release:       3
+Version:       0.4.3.4
+Release:       1
 License:       GPL v2
 Group:         Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
-# Source0-md5: 08863cddc7e7e8d797179ac727ed5dd0
+# Source0-md5: e04c74183b14ef4f7cf3242cf26b4e0a
 URL:           http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
-Patch0:                %{name}-devtmpfs.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
@@ -109,7 +108,6 @@ programcıklar içerir.
 
 %prep
 %setup -q
-%patch0 -p2
 
 %build
 %{__aclocal}
This page took 0.413101 seconds and 4 git commands to generate.