[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. bf58b9271b7e4ddd2dcc6ccb43cad9b9e2d4c2be
Steffen Moeller
moeller at debian.org
Sat Sep 19 14:07:34 UTC 2009
The following commit has been merged in the master branch:
commit 7ea2e9af1a06ec1ceab0717f5e0381b9ffd8e300
Author: Steffen Moeller <moeller at debian.org>
Date: Sat Sep 19 15:46:17 2009 +0200
Removed redundant "
diff --git a/install.sh b/install.sh
index f5e6f9b..d4f0b37 100755
--- a/install.sh
+++ b/install.sh
@@ -172,7 +172,7 @@ ensure_proc_is_mounted () {
# start services. Those might interfere with local services or just
# expect bits to be mounted that are not mounted or ... you name it.
diverting_invoke_rc_d () {
- if [ ! -r "$INST_DIR"/usr/sbin/invoke-rc.d.diverted" ]; then
+ if [ ! -r "$INST_DIR"/usr/sbin/invoke-rc.d.diverted ]; then
mv "$INST_DIR"/usr/sbin/invoke-rc.d "$INST_DIR"/usr/sbin/invoke-rc.d.diverted
else
echo "I: invoke-rc.d is already diverted - was previous install interrupted?"
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list