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 --- 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 +++ 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 @@ -0,0 +1,13 @@ +@ECHO OFF + +REM ****************************************************** +REM ** Mapping a drive to the home folder triggers the ** +REM ** generation of the login script. Windows NT/2K ** +REM ** does this automatically but we need to map the ** +REM ** drive manually for the others. ** +REM ****************************************************** + +IF "%OS%"=="Windows_NT" GOTO :SkipHomeMapping +NET USE { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' } /home +:SkipHomeMapping + 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 --- 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 +++ 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 @@ -0,0 +1,5 @@ + +REM Call the generated login script from the user's home folder: + +CALL { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' }\netlogon.bat + 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 --- 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 +++ 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 @@ -0,0 +1,6 @@ +@REM #------------------------------------------------------------ +@REM # DO NOT MODIFY THIS FILE! It is updated automatically by the +@REM # e-smith server and gateway software. Instead, modify the source +@REM # template in the /etc/e-smith/templates-custom directory. For more +@REM # information, see http://www.e-smith.org. +@REM #------------------------------------------------------------ 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 --- 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 +++ 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 @@ -0,0 +1,3 @@ +@REM #------------------------------------------------------------ +@REM # TEMPLATE END +@REM #------------------------------------------------------------ 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 --- 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 +++ 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 @@ -1,13 +0,0 @@ -@ECHO OFF - -REM ****************************************************** -REM ** Mapping a drive to the home folder triggers the ** -REM ** generation of the login script. Windows NT/2K ** -REM ** does this automatically but we need to map the ** -REM ** drive manually for the others. ** -REM ****************************************************** - -IF "%OS%"=="Windows_NT" GOTO :SkipHomeMapping -NET USE { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' } /home -:SkipHomeMapping - 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 --- 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 +++ 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 @@ -1,5 +0,0 @@ - -REM Call the generated login script from the user's home folder: - -CALL { defined($WinNTLogonDrive) ? $WinNTLogonDrive . ':' : 'h:' }\netlogon.bat - 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 --- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-begin 2001-08-30 03:43:31.000000000 -0500 +++ 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 @@ -1,6 +0,0 @@ -@REM #------------------------------------------------------------ -@REM # DO NOT MODIFY THIS FILE! It is updated automatically by the -@REM # e-smith server and gateway software. Instead, modify the source -@REM # template in the /etc/e-smith/templates-custom directory. For more -@REM # information, see http://www.e-smith.org. -@REM #------------------------------------------------------------ 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 --- e-smith-loginscript-0.2/root/etc/e-smith/templates/home/netlogon/netlogon.bat/template-end 2001-08-30 03:43:39.000000000 -0500 +++ 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 @@ -1,3 +0,0 @@ -@REM #------------------------------------------------------------ -@REM # TEMPLATE END -@REM #------------------------------------------------------------