diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-28 04:27:18 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-28 04:27:18 +0000 |
commit | dcdef4101e26ba6c7bca084185a49bff6c528bc6 (patch) | |
tree | 6361598e79f001b78b11477efedc1c4fa697b1e9 /usr.sbin/sendmail | |
parent | 2794808a69ecea3fc2a80dea7ac1a98fdbd4d83a (diff) |
clarify
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/cf/sh/makeinfo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/cf/sh/makeinfo.sh b/usr.sbin/sendmail/cf/sh/makeinfo.sh index 68b85d30c6a..d5d26923da4 100644 --- a/usr.sbin/sendmail/cf/sh/makeinfo.sh +++ b/usr.sbin/sendmail/cf/sh/makeinfo.sh @@ -73,7 +73,7 @@ then else host=`uname -n` fi -echo '#####' built by $user@$host on `date` +echo '#####' built by root@localhost on `date` echo '#####' in `pwd` | sed 's/\/tmp_mnt//' echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' echo "define(\`__HOST__', $host)dnl" |