[arch-commits] CVS update of extra/system/openupsmart (PKGBUILD openupsmart)

Travis Willard travis at archlinux.org
Sun Jan 27 17:37:06 UTC 2008


    Date: Sunday, January 27, 2008 @ 12:37:06
  Author: travis
    Path: /home/cvs-extra/extra/system/openupsmart

Modified: PKGBUILD (1.3 -> 1.4) openupsmart (1.1 -> 1.2)

upgpkg: openupsmart 1.0-2
    Fix daemon script, see FS9119


-------------+
 PKGBUILD    |    9 +++++----
 openupsmart |    4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)


Index: extra/system/openupsmart/PKGBUILD
diff -u extra/system/openupsmart/PKGBUILD:1.3 extra/system/openupsmart/PKGBUILD:1.4
--- extra/system/openupsmart/PKGBUILD:1.3	Mon Feb 26 17:12:54 2007
+++ extra/system/openupsmart/PKGBUILD	Sun Jan 27 12:37:06 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.3 2007/02/26 22:12:54 travis Exp $
+# $Id: PKGBUILD,v 1.4 2008/01/27 17:37:06 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca> 
 # Committer: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=openupsmart
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A daemon for Mustek/Centralion UPSs."
 arch=('i686' 'x86_64')
 url="http://openupsmart.sourceforge.net"
@@ -12,8 +12,9 @@
 depends=('ncurses')
 backup=('etc/openupsmart.conf')
 source=(http://dl.sourceforge.net/sourceforge/openupsmart/$pkgname-$pkgver.tar.gz \
-	openupsmart openupsmart.logrotate)
-md5sums=('3fa1050a2141d19b189713effa0619be' '54337e5201a97e1ffd6d4b7ee676e569'\
+        openupsmart openupsmart.logrotate)
+md5sums=('3fa1050a2141d19b189713effa0619be'
+         '5a5af20af079e63fe09153402da36791'
          'be4f43217490803b59045098d99d4501')
 
 build() {
Index: extra/system/openupsmart/openupsmart
diff -u extra/system/openupsmart/openupsmart:1.1 extra/system/openupsmart/openupsmart:1.2
--- extra/system/openupsmart/openupsmart:1.1	Sun Nov 23 10:52:02 2003
+++ extra/system/openupsmart/openupsmart	Sun Jan 27 12:37:06 2008
@@ -11,7 +11,7 @@
     if [ $? -gt 0 ]; then
       stat_fail
     else
-      add_daemon openupsmartd
+      add_daemon openupsmart
       stat_done
     fi
     ;;
@@ -21,7 +21,7 @@
     if [ $? -gt 0 ]; then
       stat_fail
     else
-      rm_daemon openupsmartd
+      rm_daemon openupsmart
       stat_done
     fi
     ;;




More information about the arch-commits mailing list