Remove debugging nit

Submitted by:	bmah
This commit is contained in:
Gordon Tetlow 2002-07-08 21:04:16 +00:00
parent 39a0c7c577
commit e321e75ec9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99609

View File

@ -49,7 +49,6 @@ motd_start()
;;
esac
cmp -s $T /etc/motd || {
echo T=$T
cp $T /etc/motd
chmod ${PERMS} /etc/motd
}