packages: nsis-openvpn/openvpn-gui.nsi, nsis-openvpn/defaults.patch (REMOVE...

glen glen at pld-linux.org
Thu Dec 9 21:14:59 CET 2010


Author: glen                         Date: Thu Dec  9 20:14:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- apply defaults.patch

---- Files affected:
packages/nsis-openvpn:
   openvpn-gui.nsi (1.4 -> 1.5) , defaults.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/nsis-openvpn/openvpn-gui.nsi
diff -u packages/nsis-openvpn/openvpn-gui.nsi:1.4 packages/nsis-openvpn/openvpn-gui.nsi:1.5
--- packages/nsis-openvpn/openvpn-gui.nsi:1.4	Thu Dec  9 21:14:05 2010
+++ packages/nsis-openvpn/openvpn-gui.nsi	Thu Dec  9 21:14:54 2010
@@ -765,8 +765,14 @@
   SectionSetFlags ${SecMYCERT} 0
 !endif
 
+  ; Don't install OpenVPN service by default
+  SectionSetFlags ${SecService} 0
+
   ; Don't install the TAP driver as hiddden as default.
   SectionSetFlags ${SecTAPHidden} 0
+
+  ; Don't include OpenVPN to PATH by default
+  SectionSetFlags ${SecAddPath} 0
 FunctionEnd
 
 Function .onSelChange
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nsis-openvpn/openvpn-gui.nsi?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list