Small cleanup
This commit is contained in:
parent
0404a70494
commit
f7b6706f5a
@ -12,6 +12,8 @@ v0.39.3 26-Nov-2003
|
|||||||
not yet installed binaries under debuggers.
|
not yet installed binaries under debuggers.
|
||||||
The configure script has a --enable-debugging option so that
|
The configure script has a --enable-debugging option so that
|
||||||
all code can be compiled to let it run under debuggers.
|
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:
|
libclcomm:
|
||||||
Fixed a small (not harmfull) buffer overlapped copy detected
|
Fixed a small (not harmfull) buffer overlapped copy detected
|
||||||
@ -70,6 +72,8 @@ v0.39.3 26-Nov-2003
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
Changed all init scripts to allow the slower stopping of mbtask
|
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
|
v0.39.2 21-Nov-2003 - 26-Nov-2003
|
||||||
|
@ -33,7 +33,7 @@ install: all
|
|||||||
@if [ "`id -un`" != "root" ] ; then \
|
@if [ "`id -un`" != "root" ] ; then \
|
||||||
echo; echo " Must be root to install!"; echo; exit 3; \
|
echo; echo " Must be root to install!"; echo; exit 3; \
|
||||||
fi
|
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 \
|
@if [ ! -f ${ETCDIR}/issue ]; then \
|
||||||
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 issue ${ETCDIR} ; \
|
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 issue ${ETCDIR} ; \
|
||||||
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 issue ${ETCDIR}"; \
|
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 issue ${ETCDIR}"; \
|
||||||
|
Reference in New Issue
Block a user