Don't use pfsense name in comment

This commit is contained in:
Adam Gibson 2014-06-20 15:14:52 -04:00 committed by Renato Botelho
parent 76fce373ea
commit dcafc71242
1 changed files with 1 additions and 1 deletions

2
etc/rc
View File

@ -453,7 +453,7 @@ if [ "${GMIRROR_STATUS}" != "" ]; then
/usr/local/bin/minicron 60 /var/run/gmirror_status_check.pid /usr/local/sbin/gmirror_status_check.php
fi
# Log pfSense version to syslog
# Log product version to syslog
BUILDTIME=`cat /etc/version.buildtime`
ARCH=`uname -m`
echo "$product ($PLATFORM) $version $ARCH $BUILDTIME"