[arch-commits] Commit in hylafax/trunk (PKGBUILD config.local hylafax.install)

Tobias Powalowski tpowa at nymeria.archlinux.org
Fri May 17 10:54:59 UTC 2013


    Date: Friday, May 17, 2013 @ 12:54:59
  Author: tpowa
Revision: 185690

upgpkg: hylafax 6.0.6-3

removed inittab hint, removed rc.d script, moved /usr/sbin to /usr/bin

Modified:
  hylafax/trunk/PKGBUILD
  hylafax/trunk/config.local
  hylafax/trunk/hylafax.install

-----------------+
 PKGBUILD        |   15 +++------------
 config.local    |    2 +-
 hylafax.install |    4 ----
 3 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-17 10:38:44 UTC (rev 185689)
+++ PKGBUILD	2013-05-17 10:54:59 UTC (rev 185690)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=hylafax
 pkgver=6.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Fax Server"
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -14,7 +14,6 @@
 	usr/lib/fax/{faxcover.ps,hfaxd.conf,pagesizes,typerules}
 	var/spool/hylafax/etc/hosts.hfaxd) 
 source=(ftp://ftp.hylafax.org/source/${pkgname}-${pkgver}.tar.gz 
-        hylafax 
         hylafax.cron.daily 
         config.local
         faxq.service
@@ -30,10 +29,9 @@
 
 package () {
   cd "$srcdir/${pkgname}-${pkgver}"
-  mkdir -p "$pkgdir"/usr/{bin,lib/fax,sbin,share/ghostscript/fonts}
+  mkdir -p "$pkgdir"/usr/{bin,lib/fax,share/ghostscript/fonts}
   mkdir -p "$pkgdir"/var/{spool/hylafax,lock}
   make ROOT="$pkgdir" install
-  install -D -m 755 "$srcdir"/hylafax "$pkgdir"/etc/rc.d/hylafax
   install -D -m 744 "$srcdir"/hylafax.cron.daily "$pkgdir"/etc/cron.daily/hylafax
   # add missing awk file for notify-4.1 script
   install -D -m 755 "$srcdir"/${pkgname}-${pkgver}/util/notify.awk \
@@ -47,15 +45,8 @@
   install -D -m644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
 }
 md5sums=('d063d45049c8fcbabefe09d662313067'
-         '6602288a405324d8c8e3c5eac2bf19fd'
          '52beffe7dc296b4f9ce9fd0387f7804e'
-         '60f2a7e62c256ead4e9238cb31b35b90'
+         '5f3a89fbfb10c47755d3ca19183b8a59'
          '832c8e8098e2dfa56040c975b554590c'
-         '38a00db6d9d765d130b2d8d3a98e5c24')
-md5sums=('d063d45049c8fcbabefe09d662313067'
-         '6602288a405324d8c8e3c5eac2bf19fd'
-         '52beffe7dc296b4f9ce9fd0387f7804e'
-         '60f2a7e62c256ead4e9238cb31b35b90'
-         '832c8e8098e2dfa56040c975b554590c'
          '38a00db6d9d765d130b2d8d3a98e5c24'
          'fe10ea597e786fe8c09e4104fbdf16de')

Modified: config.local
===================================================================
--- config.local	2013-05-17 10:38:44 UTC (rev 185689)
+++ config.local	2013-05-17 10:54:59 UTC (rev 185690)
@@ -62,7 +62,7 @@
 DIR_LIBEXEC="/usr/lib/fax"		# directory for libraries&hidden apps
 DIR_MAN="/usr/share/man"		# directory for manual pages
 DIR_SPOOL="/var/spool/hylafax"		# directory for spooling area
-DIR_SBIN="/usr/sbin"		# directory for system apps
+DIR_SBIN="/usr/bin"		# directory for system apps
 DIR_LOCKS="/var/lock"		# directory for UUCP lock files
 FONTMAP="/usr/share/ghostscript/fonts"	# directorys containing Fontmap files
 DIR_LOCALE="/usr/share/locale"

Modified: hylafax.install
===================================================================
--- hylafax.install	2013-05-17 10:38:44 UTC (rev 185689)
+++ hylafax.install	2013-05-17 10:54:59 UTC (rev 185690)
@@ -1,10 +1,6 @@
 
 print_install() {
   printf "\n"
-  echo "Add the following to /etc/inittab and run telinit q"
-  echo "  f1:2345:respawn:/usr/lib/fax/faxgetty ttyS0"
-  echo "faxgetty should now be running"
-  printf "\n"
   echo "Run faxsetup to configure and be sure to set..."
   echo "  The device to configure is usually ttyS0"
   echo "  The number of pages to accept to more than 25"




More information about the arch-commits mailing list