'chattr +i liblist.gam' Will solve the problem. It sets the immutable bit on the file, so no changes can be made to it. Keep in mind, while the file is +i you won't be able to edit/modify/delete it at all, in fact, NOTHING will.
To remove the immutable bit, just do a 'chattr -i liblist.gam' To be able to see what files have the immutable bit set, do a 'lsattr *' on the directory. Be careful with this on other files as it caused quite a headache with a RH upgrade not too long ago. =) Of course, if VALVe changes the syntax of the liblist.gam, and steam can't overwrite yours with the new style, that will cause problems down the road, keep that in mind. Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 2:01 AM To: [EMAIL PROTECTED] Subject: [hlds_linux] Re: hlds_linux digest, Vol 1 #3364 - 6 msgs This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] Hi The update from this night using ./steam delete again the liblist.gam and all server using metamod have to recreate it. Running the server again with -autoupdate don't erase it again CroniK -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

