rc: no version.buildtime

This commit is contained in:
Franco Fichtner 2014-12-09 10:35:06 +01:00
parent 13e0d12171
commit bdda9bd562

3
etc/rc
View File

@ -454,9 +454,8 @@ if [ "${GMIRROR_STATUS}" != "" ]; then
fi
# Log product version to syslog
BUILDTIME=`cat /etc/version.buildtime`
ARCH=`uname -m`
echo "$product ($PLATFORM) $version $ARCH $BUILDTIME"
echo "$product ($PLATFORM) $version $ARCH"
echo "Bootup complete"