1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Give up on trying to please everyone and restore 1.64 with regards to

dealing with sudo users.
This commit is contained in:
Tom Rhodes 2005-01-14 18:13:56 +00:00
parent c7d01a0a6f
commit d6e822b2e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140252

View File

@ -81,7 +81,6 @@ then
fi
touch version
USER=${USER-`logname`}
v=`cat version` u=${USER-root} d=`pwd` h=${HOSTNAME-`hostname`} t=`date`
i=`${MAKE:-make} -V KERN_IDENT`
cat << EOF > vers.c