packages: rc-scripts/rc-scripts.spec, rc-scripts/rc.sysinit.patch (NEW) - h...

glen glen at pld-linux.org
Sun Nov 22 21:32:33 CET 2009


Author: glen                         Date: Sun Nov 22 20:32:33 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- hwclock doesn't recognize -l (patch from devel-en)
- rel 3

---- Files affected:
packages/rc-scripts:
   rc-scripts.spec (1.315 -> 1.316) , rc.sysinit.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/rc-scripts/rc-scripts.spec
diff -u packages/rc-scripts/rc-scripts.spec:1.315 packages/rc-scripts/rc-scripts.spec:1.316
--- packages/rc-scripts/rc-scripts.spec:1.315	Fri Nov 20 14:06:37 2009
+++ packages/rc-scripts/rc-scripts.spec	Sun Nov 22 21:32:27 2009
@@ -10,7 +10,7 @@
 Summary(tr.UTF-8):	inittab ve /etc/rc.d dosyaları
 Name:		rc-scripts
 Version:	0.4.2.6
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Base
 Source0:	ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
@@ -18,6 +18,7 @@
 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
@@ -109,6 +110,7 @@
 %patch0 -p0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__aclocal}
@@ -348,6 +350,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.316  2009/11/22 20:32:27  glen
+- hwclock doesn't recognize -l (patch from devel-en)
+- rel 3
+
 Revision 1.315  2009/11/20 13:06:37  glen
 - stat no longer accessed with full path
 

================================================================
Index: packages/rc-scripts/rc.sysinit.patch
diff -u /dev/null packages/rc-scripts/rc.sysinit.patch:1.1
--- /dev/null	Sun Nov 22 21:32:33 2009
+++ packages/rc-scripts/rc.sysinit.patch	Sun Nov 22 21:32:27 2009
@@ -0,0 +1,11 @@
+--- ./rc.d/rc.sysinit~	2009-11-20 13:38:27.000000000 +0100
++++ ./rc.d/rc.sysinit	2009-11-22 17:26:14.000000000 +0100
+@@ -267,7 +271,7 @@
+ 		CLOCKFLAGS="$CLOCKFLAGS -u"
+ 		CLOCKDEF="$CLOCKDEF (utc)"
+ 	else
+-		CLOCKFLAGS="$CLOCKFLAGS -l"
++		CLOCKFLAGS="$CLOCKFLAGS --localtime"
+ 		CLOCKDEF="$CLOCKDEF (local)"
+ 	fi
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts/rc-scripts.spec?r1=1.315&r2=1.316&f=u



More information about the pld-cvs-commit mailing list