home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / VAR / ADM / SCRIPTS / ETC < prev    next >
Text File  |  1995-01-11  |  646b  |  26 lines

  1. ( chmod 751 root )
  2. if [ ! -r etc/passwd ]; then
  3.  mv etc/npasswd etc/passwd
  4. else
  5.  rm etc/npasswd
  6. fi
  7. if [ ! -r etc/group ]; then
  8.  mv etc/ngroup etc/group
  9. else
  10.  rm etc/ngroup
  11. fi
  12. ( cd etc/lilo ; rm -rf install )
  13. ( cd etc/lilo ; ln -sf  /sbin/lilo install )
  14. ( cd etc ; rm -rf inet )
  15. ( cd etc ; ln -sf  . inet )
  16. ( cd etc ; rm -rf wtmp )
  17. ( cd etc ; ln -sf  /var/adm/wtmp wtmp )
  18. ( cd usr ; rm -rf Info )
  19. ( cd usr ; ln -sf  info Info )
  20. ( cd usr/etc ; rm -rf printcap )
  21. ( cd usr/etc ; ln -sf  /etc/printcap printcap )
  22. ( cd root ; rm -rf linux )
  23. ( cd root ; ln -sf  /usr/src/linux linux )
  24. ( cd root ; rm -rf INSTALL )
  25. ( cd root ; ln -sf  /var/adm INSTALL )
  26.