Ariën Huisken wrote: >> Olaf Rempel wrote: >>> Maybe one of those trustix-umask-0077 casualties? >> only if the services file was sed'ed in a clumsy way. >> >> -- >> Morten >> :wq > > I'll try to reproduce this when I have the time... :)
I'm betting you installed or uninstalled something that modified /etc/services with something like this; sed -e'<something>' /etc/services > /etc/services.new && \ mv /etc/services.new /etc/services with umask 022, that would leave it 600. -- Cheers, Morten :wq _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
