CVS: theedge/var/lib/lunar/functions init.lunar,1.5,1.6
elaine at lunar-linux.org
elaine at lunar-linux.org
Thu Dec 11 04:06:49 GMT 2003
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10805
Modified Files:
init.lunar
Log Message:
fix indent'n
Index: init.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/init.lunar,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- init.lunar 10 Dec 2003 16:52:19 -0000 1.5
+++ init.lunar 11 Dec 2003 04:06:46 -0000 1.6
@@ -31,12 +31,12 @@
enviro_check() {
debug_msg "enviro_check ($@)"
if [ -z $LUNAR_INSTALL ]; then
- if [ -z "$SHELL" ] || [ "$USER" != "root" ] ; then
- message "${PROBLEM_COLOR}WARNING:${DEFAULT_COLOR}${MESSAGE_COLOR}" \
- "You are not running a fully initialized root shell, consider"
- message "running a proper root shell with 'su -'" \
- "${DEFAULT_COLOR}"
- fi
+ if [ -z "$SHELL" ] || [ "$USER" != "root" ] ; then
+ message "${PROBLEM_COLOR}WARNING:${DEFAULT_COLOR}${MESSAGE_COLOR}" \
+ "You are not running a fully initialized root shell, consider"
+ message "running a proper root shell with 'su -'" \
+ "${DEFAULT_COLOR}"
+ fi
fi
}
More information about the Lunar-commits
mailing list