Package: mono-xsp
Version: 1.2.1-1
Severity: normal
stop)
log_daemon_msg "Stopping $DESC" "$NAME"
for i in $(ps aux | grep -v grep | grep 'xsp.exe' | cut -c 10-15)
do
kill $i >& /dev/null # this is the problem line
done
log_end_msg $?
;;
The construct ">& foo" where foo is not a decimal descriptor number is
particular to bash, so this script fails when sh is dash.
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-7custom1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages mono-xsp depends on:
ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii libmono-corlib1.0-cil 1.2.2.1-1 Mono core library (1.0)
ii libmono-security1.0-cil 1.2.2.1-1 Mono Security library
ii libmono-system-data1.0-cil 1.2.2.1-1 Mono System.Data library
ii libmono-system1.0-cil 1.2.2.1-1 Mono System libraries (1.0)
ii mono-runtime 1.2.2.1-1 Mono runtime
ii mono-xsp-base 1.2.1-1 base libraries for XSP 1.1
ii net-tools 1.60-17 The NET-3 networking toolkit
ii procps 1:3.2.7-3 /proc file system utilities
mono-xsp recommends no packages.
-- debconf information:
* xsp/xsp_port: 8081
* xsp/xsp_bind: 127.0.0.1
* xsp/xsp_autostart: true
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]