From: Elan Ruusamäe Date: Wed, 7 Apr 2010 07:06:33 +0000 (+0000) Subject: - up to 0.4.2.8 X-Git-Tag: auto/ac/rc-scripts-0_4_2_8-1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=550a32fe25ba60b29de0125c4a3f62446ca8fa7a;p=packages%2Frc-scripts.git - up to 0.4.2.8 Changed files: rc-scripts-lc.patch -> 1.5 rc-scripts.spec -> 1.323 --- diff --git a/rc-scripts-lc.patch b/rc-scripts-lc.patch deleted file mode 100644 index b0ac48c..0000000 --- a/rc-scripts-lc.patch +++ /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)) - diff --git a/rc-scripts.spec b/rc-scripts.spec index 6492ba0..5975396 100644 --- a/rc-scripts.spec +++ b/rc-scripts.spec @@ -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