DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e2df4f314⟧ TextFile

    Length: 337 (0x151)
    Types: TextFile
    Names: »etc/cleanup «

Derivation

└─⟦ff5a9a1ac⟧ Bits:30004042/core3.imd SW95705I 386/ix Multi-user Release 1.2
    └─⟦this⟧ »etc/cleanup « 

TextFile

#
#	@(#)	1.2
#
# Perform once per week, Sunday Morning at 5:17 (via cron).
#

mv /usr/lib/cron/log /usr/lib/cron/OLDlog
> /usr/lib/cron/log
mv /usr/adm/sulog /usr/adm/Osulog
> /usr/adm/sulog
chmod 600 /usr/adm/sulog
> /etc/wtmp
find / -name core -atime +7 -exec rm -f {} \;
find /lost+found -mtime +14 -exec rm -rf {} \; >/dev/null 2>&1