packaging/Debian: Remove outdated Debian package sources and instead refer to
[ira/wip.git] / packaging / Debian / debian-unstable / patches / smbstatus-locking.patch
diff --git a/packaging/Debian/debian-unstable/patches/smbstatus-locking.patch b/packaging/Debian/debian-unstable/patches/smbstatus-locking.patch
deleted file mode 100644 (file)
index db7fccc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -uNr samba-2.999+3.0.alpha21.orig/source/utils/status.c samba-2.999+3.0.alpha21/source/utils/status.c
---- samba-2.999+3.0.alpha21.orig/source/utils/status.c 2002-11-26 20:54:22.000000000 -0600
-+++ samba-2.999+3.0.alpha21/source/utils/status.c      2002-12-16 23:37:14.000000000 -0600
-@@ -686,6 +686,16 @@
-       if (!shares_only) {
-               int ret;
-+              tdb = tdb_open_log(lock_path("locking.tdb"), 0, TDB_DEFAULT, O_RDONLY, 0);
-+
-+              if (!tdb) {
-+                      d_printf("%s not initialised\n", lock_path("locking.tdb"));
-+                      d_printf("This is normal if an SMB client has never connected to your server.\n");
-+                      exit(0);
-+              } else {
-+                      tdb_close(tdb);
-+              }
-+
-               if (!locking_init(1)) {
-                       d_printf("Can't initialise locking module - exiting\n");
-                       exit(1);