diff options
author | Juri Jensen <juri@xenux.dk> | 2002-01-09 22:44:59 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2002-01-09 22:44:59 +0000 |
commit | a3c5f92e0a396c96cc2d5ffbebbb06b9fb63fe69 (patch) | |
tree | d3fd9f0fbca9a60e3bb38c6d7296a1f0e540c318 /samba/netlogon | |
parent | d2035a2e64eba9e38e53f9b2930fc8e7150c102e (diff) |
samba: Added a generic printerconf - should be safe to include in all
installations. Added a shares-definition for the new Råtstof site - this
is actually a cfengine file that gets included at the Råtstof site.
Diffstat (limited to 'samba/netlogon')
-rw-r--r-- | samba/netlogon/common.bat | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/samba/netlogon/common.bat b/samba/netlogon/common.bat index 7e0ab04..b6aec69 100644 --- a/samba/netlogon/common.bat +++ b/samba/netlogon/common.bat @@ -1,7 +1,6 @@ rem [Global] commands
-@ECHO "Welcome to Xenux' network!!!"
-NET TIME \\gandalf /SET /YES
-NET USE F: \\gandalf\dokumenter /YES
-NET USE U: \\gandalf\homes /YES
-NET USE P: \\gandalf\programmer /YES
+NET TIME \\server /SET /YES
+NET USE F: \\server\dokumenter /YES
+NET USE U: \\server\homes /YES
+NET USE P: \\server\programmer /YES
\ No newline at end of file |