- move /etc/sysconfig to /etc/profile
This commit is contained in:
Stephan Raue 2010-03-25 10:19:11 +01:00
parent dacd5b09a0
commit e75b611b42

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
. /etc/sysconfig . /etc/profile
[ $START_WM="yes" ] && $WINDOWMANAGER & [ $START_WM="yes" ] && $WINDOWMANAGER &