.: SOURCES/wpkg-samba.conf (NEW) - config for WPKG

wolvverine wolvverine at pld-linux.org
Mon Sep 26 06:54:25 CEST 2005


Author: wolvverine                   Date: Mon Sep 26 04:54:25 2005 GMT
Module: .                             Tag: HEAD
---- Log message:
- config for WPKG

---- Files affected:
./SOURCES:
   wpkg-samba.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: ./SOURCES/wpkg-samba.conf
diff -u /dev/null ./SOURCES/wpkg-samba.conf:1.1
--- /dev/null	Mon Sep 26 06:54:25 2005
+++ ./SOURCES/wpkg-samba.conf	Mon Sep 26 06:54:20 2005
@@ -0,0 +1,27 @@
+[wpkg]
+  comment = Windows Packager
+  path = /usr/share/wpkg 
+  read only = yes
+  browseable = no
+  valid users = guest, nobody
+  guest ok = Yes
+
+# Optionally - depending on your client setup (below)
+# - you will also have to copy three .exe files 
+# - srvany.exe, instsrv.exe and scripten.exe,
+# if you don't have them on your clients. To simplify, first copy them to
+# your server - for example to /home/samba/wpkg/files - and from there
+# distribute them to your clients. This is described in a "Client side" below.
+
+# If you don't run Samba, but a Windows server with Active Directory instead 
+# - your server setup should be similar (creating a share etc.).
+#
+# Additionally, create a small batch script called wpkg-start.bat and put it on your server:
+#
+# cscript \\server\wpkg\wpkg.js /synchronize /quiet
+#
+# Alternatively, you may add a scheduled task from a command line (or during an Unattended install):
+#
+# schtasks /create /tn wpkg /tr "\\server\wpkg\wpkg-start.bat" /sc onstart /ru domain\administrator /rp password
+# another example is here: http://wpkg.org/documentation.php
+
================================================================



More information about the pld-cvs-commit mailing list