1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/50map-home-drive mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/50map-home-drive |
2 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/50map-home-drive 1969-12-31 18:00:00.000000000 -0600 |
3 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/50map-home-drive 2001-08-30 03:42:20.000000000 -0500 |
4 |
@@ -0,0 +1,13 @@ |
5 |
+@ECHO OFF |
6 |
+ |
7 |
+REM ****************************************************** |
8 |
+REM ** Mapping a drive to the home folder triggers the ** |
9 |
+REM ** generation of the login script. Windows NT/2K ** |
10 |
+REM ** does this automatically but we need to map the ** |
11 |
+REM ** drive manually for the others. ** |
12 |
+REM ****************************************************** |
13 |
+ |
14 |
+IF "%OS%"=="Windows_NT" GOTO :SkipHomeMapping |
15 |
+NET USE { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' } /home |
16 |
+:SkipHomeMapping |
17 |
+ |
18 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/75call-netlogon.bat mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/75call-netlogon.bat |
19 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/75call-netlogon.bat 1969-12-31 18:00:00.000000000 -0600 |
20 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/75call-netlogon.bat 2001-08-30 03:43:52.000000000 -0500 |
21 |
@@ -0,0 +1,5 @@ |
22 |
+ |
23 |
+REM Call the generated login script from the user's home folder: |
24 |
+ |
25 |
+CALL { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' }\netlogon.bat |
26 |
+ |
27 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-begin mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-begin |
28 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-begin 1969-12-31 18:00:00.000000000 -0600 |
29 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-begin 2001-08-30 03:43:31.000000000 -0500 |
30 |
@@ -0,0 +1,6 @@ |
31 |
+@REM #------------------------------------------------------------ |
32 |
+@REM # DO NOT MODIFY THIS FILE! It is updated automatically by the |
33 |
+@REM # e-smith server and gateway software. Instead, modify the source |
34 |
+@REM # template in the /etc/e-smith/templates-custom directory. For more |
35 |
+@REM # information, see http://www.e-smith.org. |
36 |
+@REM #------------------------------------------------------------ |
37 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-end mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-end |
38 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-end 1969-12-31 18:00:00.000000000 -0600 |
39 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/e-smith/files/samba/netlogon/netlogon.bat/template-end 2001-08-30 03:43:39.000000000 -0500 |
40 |
@@ -0,0 +1,3 @@ |
41 |
+@REM #------------------------------------------------------------ |
42 |
+@REM # TEMPLATE END |
43 |
+@REM #------------------------------------------------------------ |
44 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/50map-home-drive mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/50map-home-drive |
45 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/50map-home-drive 2001-08-30 03:42:20.000000000 -0500 |
46 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/50map-home-drive 1969-12-31 18:00:00.000000000 -0600 |
47 |
@@ -1,13 +0,0 @@ |
48 |
-@ECHO OFF |
49 |
- |
50 |
-REM ****************************************************** |
51 |
-REM ** Mapping a drive to the home folder triggers the ** |
52 |
-REM ** generation of the login script. Windows NT/2K ** |
53 |
-REM ** does this automatically but we need to map the ** |
54 |
-REM ** drive manually for the others. ** |
55 |
-REM ****************************************************** |
56 |
- |
57 |
-IF "%OS%"=="Windows_NT" GOTO :SkipHomeMapping |
58 |
-NET USE { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' } /home |
59 |
-:SkipHomeMapping |
60 |
- |
61 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/75call-netlogon.bat mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/75call-netlogon.bat |
62 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/75call-netlogon.bat 2001-08-30 03:43:52.000000000 -0500 |
63 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/75call-netlogon.bat 1969-12-31 18:00:00.000000000 -0600 |
64 |
@@ -1,5 +0,0 @@ |
65 |
- |
66 |
-REM Call the generated login script from the user's home folder: |
67 |
- |
68 |
-CALL { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' }\netlogon.bat |
69 |
- |
70 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-begin mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-begin |
71 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-begin 2001-08-30 03:43:31.000000000 -0500 |
72 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-begin 1969-12-31 18:00:00.000000000 -0600 |
73 |
@@ -1,6 +0,0 @@ |
74 |
-@REM #------------------------------------------------------------ |
75 |
-@REM # DO NOT MODIFY THIS FILE! It is updated automatically by the |
76 |
-@REM # e-smith server and gateway software. Instead, modify the source |
77 |
-@REM # template in the /etc/e-smith/templates-custom directory. For more |
78 |
-@REM # information, see http://www.e-smith.org. |
79 |
-@REM #------------------------------------------------------------ |
80 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-end mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-end |
81 |
--- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-end 2001-08-30 03:43:39.000000000 -0500 |
82 |
+++ mezzanine_patched_e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-end 1969-12-31 18:00:00.000000000 -0600 |
83 |
@@ -1,3 +0,0 @@ |
84 |
-@REM #------------------------------------------------------------ |
85 |
-@REM # TEMPLATE END |
86 |
-@REM #------------------------------------------------------------ |