]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- up to 0.4.2.8 auto/ac/rc-scripts-0_4_2_8-1 auto/th/rc-scripts-0_4_2_8-1 auto/ti/rc-scripts-0_4_2_8-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Apr 2010 07:06:33 +0000 (07:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-lc.patch -> 1.5
    rc-scripts.spec -> 1.323

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

diff --git a/rc-scripts-lc.patch b/rc-scripts-lc.patch
deleted file mode 100644 (file)
index b0ac48c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: rc.d/init.d/functions
-===================================================================
---- rc.d/init.d/functions      (wersja 11112)
-+++ rc.d/init.d/functions      (kopia robocza)
-@@ -25,8 +25,8 @@
-       _setterm
-       unset _setterm
- fi
--[ -z "$LINES" -o "$LINES" -le 0 ] && LINES=40
--[ -z "$COLUMNS" -o "$COLUMNS" -le 0 ] && COLUMNS=80
-+[ -z "$LINES" ] || [ "$LINES" -le 0 ] && LINES=40
-+[ -z "$COLUMNS" ] || [ "$COLUMNS" -le 0 ] && COLUMNS=80
- export LINES COLUMNS
- INIT_COL=$((COLUMNS - 13))
index 6492ba0d506874b415af92777c4da3a284e2fec8..597539645dce27588d98a2dc0c903677ba304dd0 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.2.7
-Release:       3
+Version:       0.4.2.8
+Release:       1
 License:       GPL v2
 Group:         Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
-# Source0-md5: e63df4abb56f1498d39745596d33470f
+# Source0-md5: dc48dea52becce0d6b55f662c6bfc915
 Patch0:                dropcaps.patch
-Patch1:                %{name}-lc.patch
 Patch2:                start-stop-daemon-pid-check.patch
 URL:           http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
@@ -106,7 +105,6 @@ programcıklar içerir.
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p0
 %patch2 -p0
 
 %build
This page took 0.070857 seconds and 4 git commands to generate.