home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d318
/
cnewsbin.lha
/
CNewsBin
/
cnews.bin.lzh
/
C
/
setup.sh
< prev
next >
Wrap
Text File
|
1990-02-06
|
1KB
|
28 lines
echo
echo "This shell script creates the directories and files required"
echo " by the UUPC communication package. Exactly which directories"
echo " and files are required will depend on the data in your 'profile'."
echo
# Make the /usr/{lib,spool}/uucp directories...
mkdir usr usr/lib usr/lib/uucp usr/spool usr/spool/uucp
# This assignment is required internally by UUPC
# (when UUPC sees an execute file for 'rnews', it only copies the
# file to the 'In.Coming' subdirectory of News:)
assign News: Amiga_C_News:News
# This one is for my benefit only (makes the pathname(s) shorter)
assign x: :usr/spool/uucp
# Copy the profile (UUPC expects it to be in :usr/lib/uucp/profile)
cp Amiga_C_News:Uucp/profile :usr/lib/uucp
# Source any local aliases. Since the mailer does not (yet) support
# aliases internally, I use shell variables to contain uucp-style
# addresses for those people I contact often, i.e. $mike is the path
# from my machine to a friend, and $poker is everyone I typically
# play poker with on weekends.
echo "Source'ing aliases..."
source Amiga_C_News:C/aliases