you would need to check control script , there is something like:
# Do not allow this to run as root
#
uidNumber=`id |sed -e "s/^uid=//" -e "s/(.*//"`
if [ "$uidNumber" -eq "0" ]
then
show_msg control.E.3
exit 1
fi
comment these lines from conrol file under /etc/collation.properties
Friday, April 3, 2009
To run TADDM as a root user
Posted by Prem Kumar Jha at 3:20:00 PM
Labels: TADDM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment