Package: maxdb-server
Version: 7.5.00.34-2
Severity: serious
Tags: patch
Justification: Policy 10.4
The start/stop-scripts for maxdb-server do not work if your /bin/sh
is linked to /bin/dash.
--- /etc/init.d/maxdb-server.orig 2006-07-15 11:17:15.000000000 +0200
+++ /etc/init.d/maxdb-server 2006-07-15 11:17:56.000000000 +0200
@@ -24,7 +24,7 @@
# if dbmcli is not installed then we cannot start anything
test -x $DBMCLI -a -x $DBSTARTCMD -a -x $DBSTOPCMD || exit 0
-function checkNPTL()
+checkNPTL()
{
ARCH=`uname -m`
case "$ARCH" in
@@ -50,7 +50,7 @@
fi
}
-function getDbInfo()
+getDbInfo()
{
database=`cut -d: -f1 <<EOF
$1
--- /etc/init.d/maxdb-xserver.orig 2006-07-15 11:17:09.000000000 +0200
+++ /etc/init.d/maxdb-xserver 2006-07-15 11:18:17.000000000 +0200
@@ -18,7 +18,7 @@
set -e
-function checkNPTL()
+checkNPTL()
{
ARCH=`uname -m`
case "$ARCH" in
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-1-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages maxdb-server depends on:
ii adduser 3.92 Add and remove users and groups
ii dpkg 1.13.22 package maintenance system for Deb
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-8 GCC support library
ii libstdc++6 4.1.1-8 The GNU Standard C++ Library v3
Versions of packages maxdb-server recommends:
pn maxdb-server-7.5.00 <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]