CVS: moonbase/gnome2-core/gdm POST_INSTALL,1.2,1.3

niki at lunar-linux.org niki at lunar-linux.org
Sun Oct 19 12:06:25 GMT 2003


Update of /var/cvs/lunar/moonbase/gnome2-core/gdm
In directory dbguin.lunar-linux.org:/tmp/cvs-serv29367

Modified Files:
	POST_INSTALL 
Log Message:
Fixed two Syntax errors.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gdm/POST_INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- POST_INSTALL	19 Oct 2003 04:10:24 -0000	1.2
+++ POST_INSTALL	19 Oct 2003 12:06:23 -0000	1.3
@@ -1,7 +1,7 @@
 rm -fr $BOOST_LOCK
 
-if module_installed gnome-session; then lin -c gnome-session fi
-if module_installed gnome-desktop; then lin -c gnome-desktop fi
+if module_installed gnome-session; then lin -c gnome-session; fi
+if module_installed gnome-desktop; then lin -c gnome-desktop; fi
 
 echo "You might want to add /opt/lunar/gnome/2.4/bin to your /etc/profile"
 echo "for now till we can find a better way of doing this. If for some"




More information about the Lunar-commits mailing list