[arch-commits] Commit in hylafax/trunk (PKGBUILD faxgetty at .service)

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Feb 27 13:50:20 UTC 2013


    Date: Wednesday, February 27, 2013 @ 14:50:20
  Author: tpowa
Revision: 178773

upgpkg: hylafax 6.0.6-2

add faxgetty systemd file #33778

Added:
  hylafax/trunk/faxgetty at .service
Modified:
  hylafax/trunk/PKGBUILD

-------------------+
 PKGBUILD          |   14 +++++++++++---
 faxgetty at .service |   24 ++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-27 01:37:28 UTC (rev 178772)
+++ PKGBUILD	2013-02-27 13:50:20 UTC (rev 178773)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=hylafax
 pkgver=6.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Fax Server"
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -18,7 +18,8 @@
         hylafax.cron.daily 
         config.local
         faxq.service
-        hfaxd.service)
+        hfaxd.service
+        faxgetty at .service)
 
 build () {
   cd "$srcdir/${pkgname}-${pkgver}"
@@ -42,7 +43,7 @@
   # add systemd files
   install -D -m644 $srcdir/hfaxd.service $pkgdir/usr/lib/systemd/system/hfaxd.service
   install -D -m644 $srcdir/faxq.service $pkgdir/usr/lib/systemd/system/faxq.service
-
+  install -D -m644 $srcdir/faxgetty at .service $pkgdir/usr/lib/systemd/system/faxgetty at .service
   install -D -m644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
 }
 md5sums=('d063d45049c8fcbabefe09d662313067'
@@ -51,3 +52,10 @@
          '60f2a7e62c256ead4e9238cb31b35b90'
          '832c8e8098e2dfa56040c975b554590c'
          '38a00db6d9d765d130b2d8d3a98e5c24')
+md5sums=('d063d45049c8fcbabefe09d662313067'
+         '6602288a405324d8c8e3c5eac2bf19fd'
+         '52beffe7dc296b4f9ce9fd0387f7804e'
+         '60f2a7e62c256ead4e9238cb31b35b90'
+         '832c8e8098e2dfa56040c975b554590c'
+         '38a00db6d9d765d130b2d8d3a98e5c24'
+         'fe10ea597e786fe8c09e4104fbdf16de')

Added: faxgetty at .service
===================================================================
--- faxgetty at .service	                        (rev 0)
+++ faxgetty at .service	2013-02-27 13:50:20 UTC (rev 178773)
@@ -0,0 +1,24 @@
+#  This file is part of systemd.
+#
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as published by
+#  the Free Software Foundation; either version 2.1 of the License, or
+#  (at your option) any later version.
+
+[Unit]
+Description=faxgetty on %I
+Documentation=man:faxgetty(8)
+After=faxq.service hfaxd.service
+
+[Service]
+ExecStart=/usr/lib/fax/faxgetty %I
+Type=simple
+Restart=always
+RestartSec=0
+KillMode=process
+
+KillSignal=SIGTERM
+
+[Install]
+WantedBy=multi-user.target
+




More information about the arch-commits mailing list