Package: zope Version: 2.6.4-1.7 Severity: important /etc/init.d/zope includes the following lines, which contain the bashism "==" in several places. This is easily fixed by replacing the tests for equality with "=". As it stands, zope may not start on systems where /bin/sh is not /bin/bash.
if [ "$INSTANCES" == "NONE" -o "$INSTANCES" == "" ]; then echo "Zope instances have been disabled, edit /etc/default/zope to enable them." exit 0 elif [ "$INSTANCES" == ALL ]; then INSTANCES='' fi -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages zope depends on: ii adduser 3.63 Add and remove users and groups ii debconf 1.4.30.13 Debian configuration management sy ii dpkg 1.10.27 Package maintenance system for Deb ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii python2.2 2.2.3dfsg-1 An interactive high-level object-o ii python2.2-xml 0.8.4-1 XML tools for Python (2.2.x) ii zopectl 0.3.4.2 Zope instances controlling utility -- debconf information: * zope/instance_home/move: true * shared/zope/restart: end zope/upgrade/2.6.1-7: zope/admin-user: admin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]