Hi, all. I am trying to test program maps for a legacy-ridden environment,
and am going step by step through this article from Developer Works:

http://www.ibm.com/developerworks/aix/library/au-namespace/index.html

It fails immediately because as this program map shows,
$PWD is not set. auto.master says:

/TEST   /etc/auto.prog

auto.prog says:
#!/bin/bash
echo $1 | logger -t autofs-test
echo $PWD |logger -t autofs-test
printenv | logger -t autofs-test

$PWD turns out to be /, and nothing in the environment
of the automounter mentions /TEST.

So, is there a way to do this?
(I am using FC 6 with the autofs provided by the RPM)


Omri Schwarz --- [EMAIL PROTECTED]
Timeless wisdom of biomedical engineering: "Noise is principally
due to the presence of the patient." -- R.F. Farr

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to