[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. nodm/0.3-2-25-g6b59ed6
Enrico Zini
enrico at enricozini.org
Thu Jul 23 23:44:18 UTC 2009
The following commit has been merged in the master branch:
commit 5724c98818768a0140049d81720a1d8f18c56024
Author: Enrico Zini <enrico at enricozini.org>
Date: Fri Jul 24 01:11:15 2009 +0200
Add missing space
diff --git a/debian/nodm.config b/debian/nodm.config
index 5f43648..0c20a8e 100644
--- a/debian/nodm.config
+++ b/debian/nodm.config
@@ -26,7 +26,7 @@ if [ -s /etc/default/nodm ] ; then
VTNUM=
else
# If it found vtN, strip it away from NODM_X_OPTIONS
- NODM_X_OPTIONS=`echo "$NODM_X_OPTIONS" | sed -r -e 's/[[:blank:]]*\<vt([0-9]+)\>[[:blank:]]//' -e 's/^[[:blank:]]*//' -e 's/[[:blank:]]*$//'`
+ NODM_X_OPTIONS=`echo "$NODM_X_OPTIONS" | sed -r -e 's/[[:blank:]]*\<vt([0-9]+)\>[[:blank:]]/ /' -e 's/^[[:blank:]]*//' -e 's/[[:blank:]]*$//'`
fi
db_set nodm/x_options "$NODM_X_OPTIONS"
fi
--
Automatic Display Manager
More information about the pkg-fso-commits
mailing list