-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here is the patch to fix the bashism in this package:
- --- systemimager-server.postinst 2008-04-29 09:14:24.000000000 -0300
+++ systemimager-server.postinst.orig 2008-04-29 09:13:31.000000000 -0300
@@ -24,11 +24,11 @@
echo $line | grep -q "^\[.*]$"
if [ $? -eq 0 ]; then
current_image=$(echo $line | sed 's/^\[//' | sed 's/\]$//')
- - echo "\tMigrating entry for $current_image"
+ echo -e "\tMigrating entry for $current_image"
if [ -e "/etc/systemimager/rsync_stubs/40$current_image" ]; then
- - echo "\t/etc/systemimager/rsync_stubs/40$current_image
already exists."
- - echo "\tI'm not going to overwrite it with the value from"
- - echo
"\t/etc/systemimager/rsyncd.conf-before-rsync-stubs.tmp"
+ echo -e "\t/etc/systemimager/rsync_stubs/40$current_image
already exists."
+ echo -e "\tI'm not going to overwrite it with the value
from"
+ echo -e
"\t/etc/systemimager/rsyncd.conf-before-rsync-stubs.tmp"
current_image=""
fi
fi
- --- systemimager-server.preinst 2008-04-29 09:14:46.000000000 -0300
+++ systemimager-server.preinst.orig 2008-04-29 09:13:45.000000000 -0300
@@ -18,7 +18,7 @@
echo "/etc/systemimager/rsyncd.conf is now auto-generated from stub"
echo "files stored in /etc/systemimager/rsync_stubs."
echo "Backing up /etc/systemimager/rsyncd.conf to:"
- - echo " /etc/systemimager/rsyncd.conf-before-rsync-stubs... \c"
+ echo -n " /etc/systemimager/rsyncd.conf-before-rsync-stubs... "
mv /etc/systemimager/rsyncd.conf \
/etc/systemimager/rsyncd.conf-before-rsync-stubs
- --
Leonardo Rodrigues de Mello
jabber: [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://getfiregpg.org
iD8DBQFIFw9hLsy/JSmhVFURAtsJAJ9n5F8yCcXzBcM67xzfczx/V+F40gCfd5+h
9P9NnuV17usPrpI8m59g34M=
=XwT9
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]