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

⟦14616bd42⟧ TextFile

    Length: 644 (0x284)
    Types: TextFile
    Notes: UNIX file
    Names: »postinstall«

Derivation

└─⟦b1d6695d7⟧ Bits:30004155/sitdisk.imd SW95713I 386/ix Software Development System Rel. 2.0
└─⟦b1d6695d7⟧ UNIX Filesystem
    └─⟦this⟧ »sitls/new/usr/subsets/scripts/postinstall« 

TextFile

#
#       Setup sample script for 386/ix Software Integration Tools
#

cd /etc/conf/kconfig.d

if fgrep "MYSUB description" /etc/conf/kconfig.d/description >/dev/null 2>&1
then :
	echo MYSUB already in description file.
else
	cat <<-\! | ed -s /etc/conf/kconfig.d/description
$a
mysub   -    -     mysub    -             MYSUB description
.
w
q
!
echo "\nCreating Necessary System Files.\nIf these files currently \
exist, they will NOT be over-written."

if [ ! -f /etc/mysub ]
then
	/bin/cp /tmp/mysub       /etc/mysub
	echo "\nThe file /etc/mysub has been created.\nYou should edit \
this file to your site specifications."
fi

/etc/kconfig