]> git.pld-linux.org Git - packages/cvs-nserver.git/commitdiff
- rel 9; fix variables usage
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 16 May 2004 19:29:06 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-nserver.spec -> 1.69

cvs-nserver.spec

index 8df13d1400cd2832403b5076d6c58efd8be6101c..ea38a6bd1c2a77f4b0b9db5a29c35966ee151fd0 100644 (file)
@@ -9,7 +9,7 @@ Summary(pl):    Concurrent Versions System - nserver
 Summary(tr):   Sürüm denetim sistemi - nserver
 Name:          cvs-nserver
 Version:       1.11.1.52
-Release:       8
+Release:       9
 License:       GPL
 Group:         Development/Version Control
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -205,7 +205,7 @@ if [ -f /etc/sysconfig/cvs ]; then
 fi
 
 CVSPASSWD=%{_bindir}/cvspasswd \
-exec %{_bindir}/cvs-pserver $REPOSITORY -- \
+exec %{_bindir}/cvs-pserver \$REPOSITORY -- \
 %{_bindir}/cvschkpw %{_bindir}/cvs pserver
 EOF
 
@@ -217,7 +217,7 @@ if [ -f /etc/sysconfig/cvs ]; then
 fi
 
 CVSPASSWD=%{_bindir}/cvspasswd \
-exec %{_bindir}/cvs-nserver $REPOSITORY -- \
+exec %{_bindir}/cvs-nserver \$REPOSITORY -- \
 %{_bindir}/cvschkpw %{_bindir}/cvs nserver
 EOF
 
This page took 0.040777 seconds and 4 git commands to generate.