SOURCES: winpopup-install.sh - reverse

glen glen at pld-linux.org
Wed Feb 15 15:39:37 CET 2006


Author: glen                         Date: Wed Feb 15 14:39:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reverse

---- Files affected:
SOURCES:
   winpopup-install.sh (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/winpopup-install.sh
diff -u SOURCES/winpopup-install.sh:1.1 SOURCES/winpopup-install.sh:1.2
--- SOURCES/winpopup-install.sh:1.1	Wed Feb 15 15:32:40 2006
+++ SOURCES/winpopup-install.sh	Wed Feb 15 15:39:31 2006
@@ -7,7 +7,7 @@
 
 # Create new smb.conf file with updated message command line
 cp -f $i{,.rpmsave}
-if grep -q '^include = /etc/samba/winpopup.conf' $i; then
+if ! grep -q '^include = /etc/samba/winpopup.conf' $i; then
 	echo 'include = /etc/samba/winpopup.conf' >> $i
 fi
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/winpopup-install.sh?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list