On Saturday 08 March 2003 06:11 pm, [EMAIL PROTECTED] wrote: > Any graceful way to recover from, uhhh, accidentally whacking > "/etc/init.d"??
Hmmm.... You could:
emerge `find /var/db/pkg -name 'CONTENTS' | xargs grep -sl /etc/init.d \
| sed -e 's,/var/db/pkg/\(.*\)/CONTENTS,=\1,'`
That command will search files that were installed in /etc/init.d and will
reemerge the packages. I've never tried this, but I think it will help you.
HTH,
Norberto
pgp00000.pgp
Description: signature
