]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- add typo.patch
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 Nov 2009 13:05:16 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts.spec -> 1.314
    typo.patch -> 1.1

rc-scripts.spec
typo.patch [new file with mode: 0644]

index f6e475c75b1de847f7810c9dcd65575ec95a7fe0..38d6628f55881c2abaffb23ac3d9542e9836e479 100644 (file)
@@ -15,7 +15,8 @@ Group:                Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
 # Source0-md5: 969442e0b04c3ff3ebb8f301f52fb879
 Patch0:                dropcaps.patch
-Patch2:                %{name}-modules.patch
+Patch1:                %{name}-modules.patch
+Patch2:                typo.patch
 URL:           http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -106,6 +107,7 @@ programcıklar içerir.
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 %patch2 -p1
 
 %build
diff --git a/typo.patch b/typo.patch
new file mode 100644 (file)
index 0000000..a1b125d
--- /dev/null
@@ -0,0 +1,8 @@
+--- 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.077777 seconds and 4 git commands to generate.