This does indeed fix the problem. Thank you! I really appreciate this! -- Nathan Norman : Hostmaster CFNI : [EMAIL PROTECTED] finger [EMAIL PROTECTED] for PGP public key and other stuff Key fingerprint = CE 03 10 AF 32 81 18 58 9D 32 C2 AB 93 6D C4 72 --
On Fri, 23 May 1997, Brandon Mitchell wrote: :> endor:/etc # shadowconfig on :> grep: xdm: No such file or directory :> sed: can't read xdm: No such file or directory :> Please correct the error and rerun `/usr/sbin/shadowconfig on' : :I believe the correct shadow config should have an if [ -f xdm ] ie... : if [ -f xdm ]; then : if ! grep -q 'xdm-shadow' xdm ; then : sed -e 's:/usr/bin/X11/xdm:/usr/bin/X11/xdm-shadow:' xdm > shadowxdm$$ : mv shadowxdm$$ xdm : chmod 755 xdm : fi : fi : :Let Guy know if this fixes it. Judging from the time it takes to respond :to things, I get the impression he's very busy. : :HTH, :Brandon : :----- :Brandon Mitchell E-mail: [EMAIL PROTECTED] : Homepage: http://www.geocities.com/SiliconValley/7877/home.html : :"We all know Linux is great...it does infinite loops in 5 seconds." : --Linus Torvalds : -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .