[15929] in Athena Bugs
sun4 8.1.16: /etc/init.d/sysetup (solaris)
daemon@ATHENA.MIT.EDU (Angie Kelic)
Sun May 10 23:57:09 1998
To: bugs@MIT.EDU
Date: Sun, 10 May 1998 23:57:07 EDT
From: Angie Kelic <sly@MIT.EDU>
System name: bobbi-harlow
Type and version: SPARC/4 8.1.16 (with mkserv)
Display type: cgthree
What were you trying to do?
What's wrong:
The machine produces an error on startup because there is
an error in the file /etc/init.d/sysetup
Line 36 reads
hen mkdir -m 0700 -p /var/crash/`uname -n`
this should read
then mkdir -m 0700 -p /var/crash/`uname -n`
yup, the 't' in then is missing