summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-06-06 15:08:33 +0000
committerGerald Carter <jerry@samba.org>2003-06-06 15:08:33 +0000
commitbb0b1ce1726c6b97706c5419b24bd8690ed31da3 (patch)
treee189eda6c4a80bc63764875aca3b89ceffb52a9c /packaging
parent7e7904e91ebf6c33cea422e903762409099717d1 (diff)
downloadsamba-bb0b1ce1726c6b97706c5419b24bd8690ed31da3.tar.gz
working on creating the 3.0 release tree
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Debian/debian/patches/fhs.patch12
-rw-r--r--packaging/Debian/debian/patches/samba.patch2
-rw-r--r--packaging/README10
3 files changed, 16 insertions, 8 deletions
diff --git a/packaging/Debian/debian/patches/fhs.patch b/packaging/Debian/debian/patches/fhs.patch
index 5972b52434d..bc2df4d4146 100644
--- a/packaging/Debian/debian/patches/fhs.patch
+++ b/packaging/Debian/debian/patches/fhs.patch
@@ -1,7 +1,7 @@
diff -uNr samba-3.0alpha23.orig/source/Makefile.in samba-3.0alpha23/source/Makefile.in
--- samba-3.0alpha23.orig/source/Makefile.in 2003-03-30 20:28:28.000000000 -0600
+++ samba-3.0alpha23/source/Makefile.in 2003-04-04 21:04:05.000000000 -0600
-@@ -65,6 +65,7 @@
+@@ -67,6 +67,7 @@
CONFIGDIR = @configdir@
VARDIR = @localstatedir@
MANDIR = @mandir@
@@ -9,7 +9,7 @@ diff -uNr samba-3.0alpha23.orig/source/Makefile.in samba-3.0alpha23/source/Makef
# The permissions to give the executables
INSTALLPERMS = 0755
-@@ -88,6 +89,13 @@
+@@ -90,6 +91,13 @@
# the directory where lock files go
LOCKDIR = @lockdir@
@@ -23,7 +23,7 @@ diff -uNr samba-3.0alpha23.orig/source/Makefile.in samba-3.0alpha23/source/Makef
# the directory where pid files go
PIDDIR = @piddir@
# man pages language(s)
-@@ -113,7 +121,7 @@
+@@ -115,7 +123,7 @@
PATH_FLAGS4 = $(PATH_FLAGS3) -DSWATDIR=\"$(SWATDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DPIDDIR=\"$(PIDDIR)\"
PATH_FLAGS5 = $(PATH_FLAGS4) -DLIBDIR=\"$(LIBDIR)\" \
-DLOGFILEBASE=\"$(LOGFILEBASE)\" -DSHLIBEXT=\"@SHLIBEXT@\"
@@ -192,7 +192,7 @@ diff -uNr samba-3.0alpha23.orig/source/lib/account_pol.c samba-3.0alpha23/source
diff -uNr samba-3.0alpha23.orig/source/lib/util.c samba-3.0alpha23/source/lib/util.c
--- samba-3.0alpha23.orig/source/lib/util.c 2003-03-30 20:28:28.000000000 -0600
+++ samba-3.0alpha23/source/lib/util.c 2003-04-04 21:04:06.000000000 -0600
-@@ -2228,6 +2228,61 @@
+@@ -2241,6 +2241,61 @@
}
/**
@@ -335,7 +335,7 @@ diff -uNr samba-3.0alpha23.orig/source/param/loadparm.c samba-3.0alpha23/source/
char *szLockDir;
char *szPidDir;
char *szRootdir;
-@@ -1053,8 +1056,13 @@
+@@ -1052,8 +1055,13 @@
{"config file", P_STRING, P_GLOBAL, &Globals.szConfigFile, NULL, NULL, FLAG_HIDE},
{"preload", P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, FLAG_ADVANCED | FLAG_DEVELOPER},
{"auto services", P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, FLAG_ADVANCED | FLAG_DEVELOPER},
@@ -365,7 +365,7 @@ diff -uNr samba-3.0alpha23.orig/source/passdb/secrets.c samba-3.0alpha23/source/
diff -uNr samba-3.0alpha23.orig/source/printing/nt_printing.c samba-3.0alpha23/source/printing/nt_printing.c
--- samba-3.0alpha23.orig/source/printing/nt_printing.c 2003-03-30 20:28:29.000000000 -0600
+++ samba-3.0alpha23/source/printing/nt_printing.c 2003-04-04 21:04:07.000000000 -0600
-@@ -271,28 +271,28 @@
+@@ -287,28 +287,28 @@
if (tdb_drivers)
tdb_close(tdb_drivers);
diff --git a/packaging/Debian/debian/patches/samba.patch b/packaging/Debian/debian/patches/samba.patch
index 60968aae36d..79a76b8685b 100644
--- a/packaging/Debian/debian/patches/samba.patch
+++ b/packaging/Debian/debian/patches/samba.patch
@@ -49,7 +49,7 @@ diff -uNr samba-3.0alpha23.orig/source/script/installbin.sh samba-3.0alpha23/sou
diff -uNr samba-3.0alpha23.orig/source/smbd/service.c samba-3.0alpha23/source/smbd/service.c
--- samba-3.0alpha23.orig/source/smbd/service.c 2003-03-30 20:28:31.000000000 -0600
+++ samba-3.0alpha23/source/smbd/service.c 2003-04-04 21:05:58.000000000 -0600
-@@ -895,6 +895,14 @@
+@@ -888,6 +888,14 @@
change_to_root_user();
}
diff --git a/packaging/README b/packaging/README
index ce651377907..1cf147f3f9f 100644
--- a/packaging/README
+++ b/packaging/README
@@ -1,7 +1,8 @@
-Copyright (C) 1997-1998 Samba-Team
+Copyright (C) 1997-2003 Samba-Team
Date: November 16, 1998
Updates: First Release - 19970819
19981116
+ 20030329
===============================================================================
Note:
@@ -36,3 +37,10 @@ ability to keep the binary distribution itself current with the released source.
The future of cooperatively developed software such as Samba depends on the
willingness of all partners to share the fruit of their labours.
+
+If you have a compelling need for binary packages for your platform and it is
+not available from this packaging repository please notify jht@samba.org. We
+can not guarrantee our ability to satisfy your need, but your feedback may help
+us to find a solution.
+
+- John T.