From f7b6706f5acc7859c81cf9608570f378eadad9c1 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 6 Dec 2003 22:16:45 +0000 Subject: [PATCH] Small cleanup --- ChangeLog | 4 ++++ mbtask/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1981b266..f9fe59a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ v0.39.3 26-Nov-2003 not yet installed binaries under debuggers. The configure script has a --enable-debugging option so that all code can be compiled to let it run under debuggers. + This version had a lot of testing using valgrind. Most errors + were minor problems. libclcomm: Fixed a small (not harmfull) buffer overlapped copy detected @@ -70,6 +72,8 @@ v0.39.3 26-Nov-2003 script: Changed all init scripts to allow the slower stopping of mbtask + For the latest Slackware distros a setup script for pkgtool is + added. v0.39.2 21-Nov-2003 - 26-Nov-2003 diff --git a/mbtask/Makefile b/mbtask/Makefile index 72e6f9c6..371409b2 100644 --- a/mbtask/Makefile +++ b/mbtask/Makefile @@ -33,7 +33,7 @@ install: all @if [ "`id -un`" != "root" ] ; then \ echo; echo " Must be root to install!"; echo; exit 3; \ fi - ${INSTALL} -c -o `id -un` -g `id -gn` -m 6755 mbtask ${BINDIR} + ${INSTALL} -c -s -o `id -un` -g `id -gn` -m 6755 mbtask ${BINDIR} @if [ ! -f ${ETCDIR}/issue ]; then \ ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 issue ${ETCDIR} ; \ echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 issue ${ETCDIR}"; \