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

Tobias Powalowski tpowa at archlinux.org
Fri Apr 27 07:10:03 UTC 2012


    Date: Friday, April 27, 2012 @ 03:10:03
  Author: tpowa
Revision: 157336

upgpkg: hylafax 6.0.5-5

change systemd file to forking

Modified:
  hylafax/trunk/PKGBUILD
  hylafax/trunk/faxq.service
  hylafax/trunk/hfaxd.service

---------------+
 PKGBUILD      |    6 +++---
 faxq.service  |    1 +
 hfaxd.service |    1 +
 3 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-27 05:36:25 UTC (rev 157335)
+++ PKGBUILD	2012-04-27 07:10:03 UTC (rev 157336)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=hylafax
 pkgver=6.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Fax Server"
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -27,8 +27,8 @@
          '60f2a7e62c256ead4e9238cb31b35b90'
          '51d9f639bb76e5e39cdc8e2ac07e208d'
          '3d239c186f24720e945508d349b069b1'
-         '9c8916a753106795fc3f40268889f645'
-         'a0b5a008b7fbf1943d167e0d5eb32341')
+         '832c8e8098e2dfa56040c975b554590c'
+         '38a00db6d9d765d130b2d8d3a98e5c24')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"

Modified: faxq.service
===================================================================
--- faxq.service	2012-04-27 05:36:25 UTC (rev 157335)
+++ faxq.service	2012-04-27 07:10:03 UTC (rev 157336)
@@ -2,6 +2,7 @@
 Description=Hyla FAX queue manager
 
 [Service]
+Type=forking
 ExecStart=/usr/sbin/faxq
 ExecReload=/bin/kill -HUP $MAINPID
 

Modified: hfaxd.service
===================================================================
--- hfaxd.service	2012-04-27 05:36:25 UTC (rev 157335)
+++ hfaxd.service	2012-04-27 07:10:03 UTC (rev 157336)
@@ -2,6 +2,7 @@
 Description=Hyla FAX client-server
 
 [Service]
+Type=forking
 ExecStart=/usr/lib/fax/hfaxd -i hylafax
 ExecReload=/bin/kill -HUP $MAINPID
 




More information about the arch-commits mailing list