Author: pebender
Date: Fri Aug 29 06:39:29 2008
New Revision: 3646
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/rc
Log:
- Removed some commented out init script code.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/rc
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/rc
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/rc
Fri Aug 29 06:39:29 2008
@@ -83,17 +83,6 @@
return 1;
}
-#if /usr/bin/test `/usr/bin/id -u` -eq 0 ; then
-# if /usr/bin/test -z "${USER}" ; then
-# USER=`/bin/cat /etc/passwd | /bin/grep -e '^[^:]*:[^:]*:0:' |
/usr/bin/cut -d ':' -f 1`
-# export USER
-# fi
-# if /usr/bin/test -z "${HOME}" || /usr/bin/test "${HOME}" = "/" ; then
-# HOME=`/bin/cat /etc/passwd | /bin/grep -e '^[^:]*:[^:]*:0:' |
/usr/bin/cut -d ':' -f 6`
-# export HOME
-# fi
-#fi
-
sub rc_run
{
my $runlevel = shift;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---