summaryrefslogtreecommitdiff
path: root/japanese/samba/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/samba/files/patch-ag')
-rw-r--r--japanese/samba/files/patch-ag39
1 files changed, 20 insertions, 19 deletions
diff --git a/japanese/samba/files/patch-ag b/japanese/samba/files/patch-ag
index d8373850125d..eac80026a659 100644
--- a/japanese/samba/files/patch-ag
+++ b/japanese/samba/files/patch-ag
@@ -1,19 +1,20 @@
-*** script/convert_smbpasswd.orig Thu Nov 5 11:50:17 1998
---- script/convert_smbpasswd Mon Dec 27 04:46:26 1999
-***************
-*** 7,13 ****
- # with trying to work out how to get the seconds since 1970
- # in awk or the shell. JRA.
- #
-! nawk 'BEGIN {FS=":"}
- {
- if( $0 ~ "^#" ) {
- print $0
---- 7,13 ----
- # with trying to work out how to get the seconds since 1970
- # in awk or the shell. JRA.
- #
-! awk 'BEGIN {FS=":"}
- {
- if( $0 ~ "^#" ) {
- print $0
+--- nmbd/nmbd_winsserver.c.orig Wed Jul 21 10:25:11 1999
++++ nmbd/nmbd_winsserver.c Fri Jul 23 15:14:33 1999
+@@ -152,7 +152,7 @@
+ start_async_dns();
+ #endif
+
+- pstrcpy(fname,lp_lockdir());
++ pstrcpy(fname,"/var/db");
+ trim_string(fname,NULL,"/");
+ pstrcat(fname,"/");
+ pstrcat(fname,WINS_LIST);
+@@ -1551,7 +1551,7 @@
+ }
+ }
+
+- slprintf(fname,sizeof(fname),"%s/%s", lp_lockdir(), WINS_LIST);
++ slprintf(fname,sizeof(fname),"%s/%s", "/var/db", WINS_LIST);
+ all_string_sub(fname,"//", "/", 0);
+ slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid());
+