Author: blues Date: Tue Sep 11 14:31:16 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.21 - added CVSSERVER variable to pserver and nserver script. Without that it catches sig11, but required anyway
---- Files affected: SPECS: cvs-nserver.spec (1.93 -> 1.94) ---- Diffs: ================================================================ Index: SPECS/cvs-nserver.spec diff -u SPECS/cvs-nserver.spec:1.93 SPECS/cvs-nserver.spec:1.94 --- SPECS/cvs-nserver.spec:1.93 Tue Sep 11 16:06:26 2007 +++ SPECS/cvs-nserver.spec Tue Sep 11 16:31:11 2007 @@ -10,7 +10,7 @@ Summary(tr.UTF-8): Sürüm denetim sistemi - nserver Name: cvs-nserver Version: 1.11.1.52 -Release: 20 +Release: 21 License: GPL Group: Development/Version Control Source0: http://dl.sourceforge.net/cvs-nserver/%{name}-%{version}.tar.gz @@ -229,7 +229,7 @@ . /etc/sysconfig/cvs fi -CVSPASSWD=%{_bindir}/cvspasswd \ +CVSPASSWD=%{_bindir}/cvspasswd CVSSERVER=pserver \ exec %{_bindir}/cvs-pserver \$REPOSITORY -- \ %{_bindir}/cvschkpw %{_bindir}/cvs pserver EOF @@ -241,7 +241,7 @@ . /etc/sysconfig/cvs fi -CVSPASSWD=%{_bindir}/cvspasswd \ +CVSPASSWD=%{_bindir}/cvspasswd CVSSERVER=nserver \ exec %{_bindir}/cvs-nserver \$REPOSITORY -- \ %{_bindir}/cvschkpw %{_bindir}/cvs nserver EOF @@ -341,6 +341,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.94 2007/09/11 14:31:11 blues +- rel.21 - added CVSSERVER variable to pserver and nserver script. Without + that it catches sig11, but required anyway + Revision 1.93 2007/09/11 14:06:26 blues - bug noticed ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvs-nserver.spec?r1=1.93&r2=1.94&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
