summaryrefslogtreecommitdiff
path: root/net/samba30/patches/patch-ch
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba30/patches/patch-ch')
-rw-r--r--net/samba30/patches/patch-ch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/samba30/patches/patch-ch b/net/samba30/patches/patch-ch
deleted file mode 100644
index a56d88f57d7..00000000000
--- a/net/samba30/patches/patch-ch
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ch,v 1.1.1.1 2011/12/15 22:23:24 asau Exp $
-
---- rpc_server/srv_eventlog_lib.c.orig 2007-03-01 13:54:40.000000000 +0900
-+++ rpc_server/srv_eventlog_lib.c
-@@ -67,7 +67,7 @@ char *elog_tdbname( const char *name )
- {
- fstring path;
- char *tdb_fullpath;
-- char *eventlogdir = lock_path( "eventlog" );
-+ char *eventlogdir = state_path( "eventlog" );
-
- pstr_sprintf( path, "%s/%s.tdb", eventlogdir, name );
- strlower_m( path );
-@@ -349,7 +349,7 @@ ELOG_TDB *elog_open_tdb( char *logname,
-
- /* make sure that the eventlog dir exists */
-
-- eventlogdir = lock_path( "eventlog" );
-+ eventlogdir = state_path( "eventlog" );
- if ( !directory_exist( eventlogdir, NULL ) )
- mkdir( eventlogdir, 0755 );
-