]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- up to 0.4.2.7. auto/th/rc-scripts-0_4_2_7-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Jan 2010 22:09:43 +0000 (22:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-modules.patch -> 1.5
    rc-scripts.spec -> 1.320
    rc.sysinit.patch -> 1.4
    typo.patch -> 1.2

rc-scripts-modules.patch [deleted file]
rc-scripts.spec
rc.sysinit.patch [deleted file]
typo.patch [deleted file]

diff --git a/rc-scripts-modules.patch b/rc-scripts-modules.patch
deleted file mode 100644 (file)
index b021c0c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- rc-scripts-0.4.2.4/modules~        2009-08-16 22:49:36.000000000 +0200
-+++ rc-scripts-0.4.2.4/modules 2009-11-08 09:37:35.299866086 +0100
-@@ -8,6 +8,6 @@
- # Comments begin with a `#', and everything on the line after them are ignored.
- #
- # You can also have /etc/modules.X.Y and /etc/modules.X.Y.Z, where X.Y.Z are kernel version numbers
--# The modules files are preocessed in exactly that order too.
-+# The modules files are processed in exactly that order too.
- #loop
index b4d1676d8999f3ae30e5b56191c8fae4042522be..761ca1d36241b9e879344a86c15333e983de0aab 100644 (file)
@@ -8,16 +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.6
-Release:       4
+Version:       0.4.2.7
+Release:       1
 License:       GPL v2
 Group:         Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
-# Source0-md5: 969442e0b04c3ff3ebb8f301f52fb879
+# Source0-md5: e63df4abb56f1498d39745596d33470f
 Patch0:                dropcaps.patch
-Patch1:                %{name}-modules.patch
-Patch2:                typo.patch
-Patch3:                rc.sysinit.patch
 URL:           http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -107,9 +104,6 @@ programcıklar içerir.
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %{__aclocal}
diff --git a/rc.sysinit.patch b/rc.sysinit.patch
deleted file mode 100644 (file)
index 179bc91..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- rc-scripts-0.4.2.6/rc.d/rc.sysinit 2009-12-02 21:16:05.894346123 +0200
-+++ rc-scripts-0.4.2.6/rc.d/rc.sysinit 2009-12-02 21:13:38.664359933 +0200
-@@ -261,13 +261,13 @@
-       fi
-       CLOCKDEF=""
--      CLOCKFLAGS="-w"
-+      CLOCKFLAGS="--hctosys"
-       if is_yes "$UTC" ; then
--              CLOCKFLAGS="$CLOCKFLAGS -u"
-+              CLOCKFLAGS="$CLOCKFLAGS --utc"
-               CLOCKDEF="$CLOCKDEF (utc)"
-       else
--              CLOCKFLAGS="$CLOCKFLAGS -l"
-+              CLOCKFLAGS="$CLOCKFLAGS --localtime"
-               CLOCKDEF="$CLOCKDEF (local)"
-       fi
diff --git a/typo.patch b/typo.patch
deleted file mode 100644 (file)
index a1b125d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- rc-scripts/rc.d/init.d/sys-chroots~        2009-11-20 14:32:04.108784548 +0200
-+++ rc-scripts/rc.d/init.d/sys-chroots 2009-11-20 14:54:23.415049264 +0200
-@@ -1,4 +1,4 @@
--#!/bin/busybox sh
-+#!/bin/sh
- #
- # sys-chroots Starts and stops services in chroots
- #
This page took 0.081121 seconds and 4 git commands to generate.