From 10fd7ffd3dce9a122bbda69ae7b8738db51cf361 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 6 Dec 2000 16:04:38 +0000 Subject: [PATCH] * nem address for me * fix bos restart * fix init.d scripts --- debian/changelog | 10 ++++++++++ debian/control | 4 ++-- debian/rules | 4 ++-- src/util/dirpath.c | 2 +- src/util/dirpath.h | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index d55c603b7..53bfe8217 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openafs (1.0.1-2) unstable; urgency=medium + + * New maintainer address. + * Depend on debhelper 2.1.16 for /usr/share/doc symlinks. + * Only run init script once; confusion with DH_OPTIONS + * Fix bosserver to look in /usr/openafs/lib so it restarts correctly every Sunday. + * Upload to Debian (Gloses: BUG#69336) + + -- Sam Hartman Wed, 6 Dec 2000 10:28:13 -0500 + openafs (1.0.1-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 4aae35626..d13d955fb 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: openafs Section: non-us/main Priority: optional -Maintainer: Sam Hartman -Build-Depends: debhelper (>= 2.0.0), libncurses5-dev, libpam0g-dev, bison +Maintainer: Sam Hartman +Build-Depends: debhelper (>= 2.1.16), libncurses5-dev, libpam0g-dev, bison Standards-Version: 3.1.1 Package: openafs-client diff --git a/debian/rules b/debian/rules index 991ad319b..632fad4dd 100755 --- a/debian/rules +++ b/debian/rules @@ -142,8 +142,8 @@ binary-arch: build install dh_installmenu # dh_installemacsen # dh_installpam - dh_installinit -popenafs-client -r -- defaults 25 18 - dh_installinit -popenafs-fileserver -r + DH_OPTIONS= dh_installinit -popenafs-client -r -- defaults 25 18 + DH_OPTIONS= dh_installinit -popenafs-fileserver -r dh_installcron # dh_installmanpages dh_installinfo diff --git a/src/util/dirpath.c b/src/util/dirpath.c index 589c81c3e..1fd00bf12 100644 --- a/src/util/dirpath.c +++ b/src/util/dirpath.c @@ -277,7 +277,7 @@ static void initDirPathArray(void) AFSDIR_SERVER_FILEPATH(pathp, AFSDIR_CANONICAL_SERVER_LOCAL_DIRPATH, AFSDIR_BOZINIT_FILE); pathp = dirPathArray[AFSDIR_SERVER_BOSVR_FILEPATH_ID]; - AFSDIR_SERVER_FILEPATH(pathp, AFSDIR_CANONICAL_SERVER_BIN_DIRPATH, AFSDIR_BOSVR_FILE); + AFSDIR_SERVER_FILEPATH(pathp, "/usr/sbin", AFSDIR_BOSVR_FILE); pathp = dirPathArray[AFSDIR_SERVER_VOLSERLOG_FILEPATH_ID]; AFSDIR_SERVER_FILEPATH(pathp, AFSDIR_CANONICAL_SERVER_LOGS_DIRPATH, AFSDIR_VOLSERLOG_FILE); diff --git a/src/util/dirpath.h b/src/util/dirpath.h index 39d471137..bd25864f2 100644 --- a/src/util/dirpath.h +++ b/src/util/dirpath.h @@ -102,7 +102,7 @@ ConstructLocalLogPath(const char *cpath, /* afs installation dir names */ #define AFSDIR_ETC_DIR "" -#define AFSDIR_BIN_DIR "bin" +#define AFSDIR_BIN_DIR "" #define AFSDIR_CORES_DIR "cores" #define AFSDIR_DB_DIR "db" #define AFSDIR_LOGS_DIR "logs" -- 2.39.5