Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* $XConsortium: README /main/2 1996/07/15 14:13:29 drk $ */
|
||||
Software shipment information. [better documentation forthcoming ...]
|
||||
|
||||
All files and directories, except for those in /usr/spool/uucppublic,
|
||||
All files and directories, except for those in /var/spool/uucppublic,
|
||||
are rooted at the shipment/installation directory named by
|
||||
$INSTALLROOT. The $INSTALLROOT hierarchy is similar to the System V
|
||||
/usr hierarchy.
|
||||
@@ -25,7 +25,7 @@ After each shipment:
|
||||
ship/shipin
|
||||
|
||||
`ship/shipin -n' shows actions but does not unbundle or build.
|
||||
`ship/shipin -s <dir>' unbundles from <dir> rather than /usr/spool/uucppublic.
|
||||
`ship/shipin -s <dir>' unbundles from <dir> rather than /var/spool/uucppublic.
|
||||
`ship/shipin -u' unbundles the shipment but does not build.
|
||||
`ship/shipin -i' copies from spool area but does not unbundle or build.
|
||||
`ship/shipin -E' rebuild components that failed last time (use after fixes).
|
||||
@@ -72,7 +72,7 @@ Each shipment is identified by a two part version number [R]YYMMDD
|
||||
R release -- if specified then it must match for compatibility
|
||||
YYMMDD shipment year, month and day number
|
||||
|
||||
/usr/spool/uucppublic/<installer-login>/<shipper-system> directory hierarchy:
|
||||
/var/spool/uucppublic/<installer-login>/<shipper-system> directory hierarchy:
|
||||
|
||||
<shipper-login>.<YYMMDD> shipment control directory
|
||||
<shipper-login>.<YYMMDD>/manifest list of all files in shipment
|
||||
|
||||
@@ -216,7 +216,7 @@ done
|
||||
export RECIPIENT
|
||||
case $_uuspool_ in
|
||||
"") case $SHIPSPOOL in
|
||||
"") SHIPSPOOL="/usr/spool/uucppublic/$RECIPIENT/* /usr/spool/uucppublic/receive/$RECIPIENT/*" ;;
|
||||
"") SHIPSPOOL="/var/spool/uucppublic/$RECIPIENT/* /var/spool/uucppublic/receive/$RECIPIENT/*" ;;
|
||||
esac
|
||||
;;
|
||||
*) SHIPSPOOL=$_uuspool_ ;;
|
||||
|
||||
@@ -56,7 +56,7 @@ SHIPFILES="README shipin shipout"
|
||||
SHIPAUX="shipiffe.sh shipop.c shipproto.c"
|
||||
SHIPMENT=*[0-9][0-9][0-9][0-9][0-9][0-9]
|
||||
SHIPPER=${SHIPPER:-${USER:-${LOGNAME:-${HOME##*/}}}}
|
||||
SHIPSPOOL=${SHIPSPOOL:-/usr/spool/uucppublic}
|
||||
SHIPSPOOL=${SHIPSPOOL:-/var/spool/uucppublic}
|
||||
SHIPORG=${SHIPORG:-"Software and Systems Research"}
|
||||
SHIPLOGO=${SHIPLOGO:-"http://www1126.research.att.com/logos/attbllogo.gif align=middle"}
|
||||
SHIPMM2HTML=${SHIPMM2HTML:-mm2html}
|
||||
|
||||
@@ -238,7 +238,7 @@ const char e_stdprompt[] = "$ ";
|
||||
const char e_profile[] = "${HOME:-.}/.profile";
|
||||
const char e_sysprofile[] = PROFILEPATH;
|
||||
const char e_suidprofile[] = SUIDPROFILEPATH;
|
||||
const char e_crondir[] = "/usr/spool/cron/atjobs";
|
||||
const char e_crondir[] = "/var/spool/cron/atjobs";
|
||||
const char e_prohibited[] = "login setuid/setgid shells prohibited";
|
||||
#ifdef SHOPT_SUID_EXEC
|
||||
const char e_suidexec[] = SUIDEXECPATH;
|
||||
|
||||
Reference in New Issue
Block a user