[OpenAFS] Apache token question (was AFS && Apache)
Ray Link
rlink+@pitt.edu
Fri, 27 Dec 2002 18:21:27 -0500 (EST)
On Thu, 26 Dec 2002, Stephen Joyce wrote:
> Script follows:
>
> #!/usr/bin/pagsh
> #
I'm not really sure why it works for you on Solaris 6 and 7, because it
shouldn't. Under Solaris, init ignores the first line of all scripts
run at boot (/etc/rc?.d/*) and executes them all with /sbin/sh. Your
declaration to run this script using /usr/bin/pagsh is being ignored by
init, and is why you aren't getting a PAG.
==== Ray Link === University of Pittsburgh CSSD === rlink@pitt.edu ====
"You know it's Unix when the backspace key often performs an action
other than deleting the character to the left of the cursor."
--Raph Levien