[arch-commits] Commit in hylafax/trunk (PKGBUILD faxq.service hylafax.cron.daily)

Tobias Powalowski tpowa at nymeria.archlinux.org
Tue May 21 07:32:54 UTC 2013


    Date: Tuesday, May 21, 2013 @ 09:32:54
  Author: tpowa
Revision: 186072

upgpkg: hylafax 6.0.6-4

fix faxq.service

Modified:
  hylafax/trunk/PKGBUILD
  hylafax/trunk/faxq.service
  hylafax/trunk/hylafax.cron.daily

--------------------+
 PKGBUILD           |    6 +++---
 faxq.service       |    2 +-
 hylafax.cron.daily |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-21 01:08:31 UTC (rev 186071)
+++ PKGBUILD	2013-05-21 07:32:54 UTC (rev 186072)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=hylafax
 pkgver=6.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Fax Server"
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -45,8 +45,8 @@
   install -D -m644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
 }
 md5sums=('d063d45049c8fcbabefe09d662313067'
-         '52beffe7dc296b4f9ce9fd0387f7804e'
+         'b0b8d19a10c2145476d9fbb18c0478fe'
          '5f3a89fbfb10c47755d3ca19183b8a59'
-         '832c8e8098e2dfa56040c975b554590c'
+         'a10aa2ef613551a88d750f6602b5f2f7'
          '38a00db6d9d765d130b2d8d3a98e5c24'
          'fe10ea597e786fe8c09e4104fbdf16de')

Modified: faxq.service
===================================================================
--- faxq.service	2013-05-21 01:08:31 UTC (rev 186071)
+++ faxq.service	2013-05-21 07:32:54 UTC (rev 186072)
@@ -3,7 +3,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/faxq
+ExecStart=/usr/bin/faxq
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]

Modified: hylafax.cron.daily
===================================================================
--- hylafax.cron.daily	2013-05-21 01:08:31 UTC (rev 186071)
+++ hylafax.cron.daily	2013-05-21 07:32:54 UTC (rev 186072)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-/usr/sbin/faxqclean
-/usr/sbin/faxcron -rcv 30
+/usr/bin/faxqclean
+/usr/bin/faxcron -rcv 30




More information about the arch-commits mailing list