[arch-commits] Commit in nfs-utils/trunk (PKGBUILD nfs-utils.install)

Andreas Radke andyrtr at archlinux.org
Sun Mar 19 08:59:53 UTC 2017


    Date: Sunday, March 19, 2017 @ 08:59:52
  Author: andyrtr
Revision: 291077

upgpkg: nfs-utils 2.1.1-3

drop outdated install/update msg; FS#53347

Modified:
  nfs-utils/trunk/PKGBUILD
Deleted:
  nfs-utils/trunk/nfs-utils.install

-------------------+
 PKGBUILD          |    3 +--
 nfs-utils.install |   28 ----------------------------
 2 files changed, 1 insertion(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-19 08:45:50 UTC (rev 291076)
+++ PKGBUILD	2017-03-19 08:59:52 UTC (rev 291077)
@@ -8,7 +8,7 @@
 
 pkgname=nfs-utils
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -20,7 +20,6 @@
 source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{xz,sign}
         id_resolver.conf
         exports)
-install=nfs-utils.install
 optdepends=('sqlite: for nfsdcltrack usage'
             'python: for nfsiostat and mountstats usage')
 # https://www.kernel.org/pub/linux/utils/nfs-utils/2.1.1/sha256sums.asc

Deleted: nfs-utils.install
===================================================================
--- nfs-utils.install	2017-03-19 08:45:50 UTC (rev 291076)
+++ nfs-utils.install	2017-03-19 08:59:52 UTC (rev 291077)
@@ -1,28 +0,0 @@
-post_install() {
-cat << 'EOM'
-  ==> PLEASE NOTE:
-  ==> Extended configuration options for NFS are available in
-  ==> /etc/sysconfig/nfs
-  ==>
-  ==> Please refer to http://wiki.archlinux.org/index.php/NFS
-  ==> for further information.
-EOM
-}
-
-post_upgrade() {
-  if [ "$(vercmp $2 1.3.4-0)" -lt 0 ]; then
-cat << 'EOM'
-  ==> Configuration file has been changed - there's now
-  ==> one unified place to apply system specific changes:
-  ==> Please merge your config from 
-  ==> /etc/conf.d/nfs-{common,server} into /etc/sysconfig/nfs
-EOM
-  fi
-  if [ "$(vercmp $2 2.1.1-1)" -lt 0 ]; then
-cat << 'EOM'
-  ==> Configuration file has been changed again. 
-  ==> All the daemon configurations now go through 
-  ==> one file, /etc/nfs.conf. See nfs.conf(5). 
-EOM
-  fi
-}



More information about the arch-commits mailing list