[Lunar-commits]
CVS: moonbase/utils/uptimed BUILD, NONE, 1.1 DETAILS, NONE, 1.1
Auke Kok
sofar at lunar-linux.org
Mon Mar 29 18:22:53 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/uptimed
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9380/uptimed
Added Files:
BUILD DETAILS
Log Message:
Accepted slightly modified.
--- NEW FILE: BUILD ---
(
default_build &&
if [ ! -f /etc/init.d/uptimed ] ; then
install -m700 $SCRIPT_DIRECTORY/init.d/uptimed /etc/init.d
rm -f /etc/rcS.d/S99uptimed
ln -s /etc/init.d/uptimed /etc/rcS.d/S99uptimed
fi
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=uptimed
VERSION=0.3.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://unixcode.org/downloads/uptimed/
SOURCE_VFY=md5:2f777e0fdd7ae85d359ee2066cacb541
WEB_SITE=http://www.unixcode.org/uptimed/
ENTERED=20040329
UPDATED=20040329
SHORT="Uptimed is a simple system uptime record daemon"
cat << EOF
Uptimed is a simple uptime record daemon that is started at boot that will
keep track of the highest uptimes on your system. it comes with a console
front-end to parse the records and can also send you a short e-mail when
a milestone or record has been broken. uptimed is started at boot and
uprecords is the log viewer.
EOF
More information about the Lunar-commits
mailing list