[Lunar-commits] <moonbase> uptimed: version bumped to 0.3.16.

Florin Braescu florin at lunar-linux.org
Mon Jul 12 12:24:54 CEST 2010


commit bb4ea0ebce01052c501d81fb77b4f7195df8e709
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jul 12 13:24:54 2010 +0300

    uptimed: version bumped to 0.3.16.
    
    Thanks to sirocco for the submitted patch.
---
 utils/uptimed/BUILD          |    8 ++++++++
 utils/uptimed/DETAILS        |   14 +++++++-------
 utils/uptimed/init.d/uptimed |    7 +++----
 3 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/utils/uptimed/BUILD b/utils/uptimed/BUILD
new file mode 100644
index 0000000..6bb80dc
--- /dev/null
+++ b/utils/uptimed/BUILD
@@ -0,0 +1,8 @@
+(
+
+  autoreconf         &&
+  libtoolize --force &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/utils/uptimed/DETAILS b/utils/uptimed/DETAILS
index 4e3f30b..dad1f57 100644
--- a/utils/uptimed/DETAILS
+++ b/utils/uptimed/DETAILS
@@ -1,18 +1,18 @@
           MODULE=uptimed
-         VERSION=0.3.4
+         VERSION=0.3.16
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://podgorny.cz/uptimed/releases/
-      SOURCE_VFY=sha1:3ca22cd1b3ba3055daf19e155fe710ad6ae47f18
-        WEB_SITE=http://podgorny.cz/moin/Uptimed/
+      SOURCE_URL=http://podgorny.cz/uptimed/releases
+      SOURCE_VFY=sha1:1579ae801277597b18a814d0dcf5613a1eb9ecfd
+        WEB_SITE=http://podgorny.cz/moin/Uptimed
          ENTERED=20040329
-         UPDATED=20060118
+         UPDATED=20100712
            SHORT="simple system uptime record daemon"
 
 cat << EOF
-Uptimed is a simple uptime record daemon that is started at boot 
+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
+short e-mail when a milestone or record has been broken. uptimed is
 started at boot and 'uprecords' is the log viewer.
 EOF
 
diff --git a/utils/uptimed/init.d/uptimed b/utils/uptimed/init.d/uptimed
old mode 100755
new mode 100644
index b591182..9a08f61
--- a/utils/uptimed/init.d/uptimed
+++ b/utils/uptimed/init.d/uptimed
@@ -3,16 +3,15 @@
 # uptimed          Set uptime data record
 #
 # chkconfig: 12345 90 10
-# description: uptimed is used to monitor uptime stats, it leaves a record\
-#   in /var used by uprecords
+# description: uptimed is used to monitor uptime stats
+# it leaves a record in /var used by uprecords
 # processname: /usr/sbin/uptimed
 
 start () {
-  echo -n "Setting uptime record: "  
+  echo -n "Setting uptime record: "
   /usr/sbin/uptimed -b && echo -e $RESULT_OK || echo -e $RESULT_FAIL
   default_start
 }
 
-
 . /lib/lsb/init-functions
 


More information about the Lunar-commits mailing list