Package: vserver-debiantools
Version: 0.2.5
Severity: normal
Tags: patch

Hi,

Calling stripserver without required permissions manifest syntax error
in the script

$ /usr/sbin/stripserver 
/usr/sbin/stripserver: line 292: syntax error near unexpected token `('
/usr/sbin/stripserver: line 292: `    echo "    Must be run from the host 
server (security context 0)" 1>&2'

which is caused by the lack of closing double quote more than hundred
lines before

--- stripserver.orig    2006-01-10 21:28:51.000000000 +0100
+++ stripserver 2006-01-10 21:29:10.000000000 +0100
@@ -162,7 +162,7 @@
                        case "$2" in
                            [a-z]*)
                                DIST="$2"
-                               if [ "woody" != "$2" ] && [ "sarge" != "$2 ] ; 
then
+                               if [ "woody" != "$2" ] && [ "sarge" != "$2" ] ; 
then
                                    echo "${0##*/} warning: I only know how to 
do \"woody\" and \"sarge\", be careful!" 1>&2
                                fi
                                ;;


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14+vserver
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages vserver-debiantools depends on:
ii  binutils             2.16.1cvs20051214-1 The GNU assembler, linker and bina
ii  debootstrap          0.3.3               Bootstrap a basic Debian system
ii  rsync                2.6.6-1             fast remote file copy program (lik
ii  util-vserver         0.30.209-2          tools for Virtual private servers 

vserver-debiantools recommends no packages.

-- no debconf information

-- 

=*= Lukasz Pankowski =*=


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to