Author: blues Date: Wed Feb 4 20:28:12 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.2 - makepid functionality to daemon function
---- Files affected: SPECS: rc-scripts.spec (1.292 -> 1.293) ---- Diffs: ================================================================ Index: SPECS/rc-scripts.spec diff -u SPECS/rc-scripts.spec:1.292 SPECS/rc-scripts.spec:1.293 --- SPECS/rc-scripts.spec:1.292 Wed Dec 31 20:30:03 2008 +++ SPECS/rc-scripts.spec Wed Feb 4 21:28:06 2009 @@ -10,12 +10,13 @@ Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları Name: rc-scripts Version: 0.4.1.26 -Release: 1 +Release: 2 License: GPL v2 Group: Base #Source0: ftp://ftp1.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz # Source0-md5: d4d44fd0c8003b19392ae0d9a90b8eb5 +Patch0: %{name}-makepid.patch URL: http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/ BuildRequires: autoconf BuildRequires: automake @@ -97,6 +98,7 @@ %prep %setup -q +%patch0 -p0 %build %{__aclocal} @@ -336,6 +338,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.293 2009/02/04 20:28:06 blues +- rel.2 - makepid functionality to daemon function + Revision 1.292 2008/12/31 19:30:03 baggins - 0.4.1.26 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rc-scripts.spec?r1=1.292&r2=1.293&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
