[arch-commits] Commit in varnish/trunk (varnish.install)

Christian Hesse eworm at archlinux.org
Thu May 18 12:12:08 UTC 2017


    Date: Thursday, May 18, 2017 @ 12:12:07
  Author: eworm
Revision: 296256

remove systemd-sysusers from install file (pacman hooks!)

Modified:
  varnish/trunk/varnish.install

-----------------+
 varnish.install |    8 --------
 1 file changed, 8 deletions(-)

Modified: varnish.install
===================================================================
--- varnish.install	2017-05-18 12:08:08 UTC (rev 296255)
+++ varnish.install	2017-05-18 12:12:07 UTC (rev 296256)
@@ -3,10 +3,6 @@
   rm -rf var/lib/varnish
 }
 
-post_install() {
-  systemd-sysusers varnish.conf
-}
-
 post_upgrade() {
   if [[ $(vercmp 5.0.0-1 "$2") -eq 1 ]]; then
     echo ":: You must update your VCL to be compatible with varnish 5.0.0. See the"
@@ -13,8 +9,4 @@
     echo "   following upgrade guide to port your configuration:"
     echo "   http://varnish-cache.org/docs/5.0/whats-new/upgrading-5.0.html"
   fi
-
-  if [[ $(vercmp 4.1.0-1 "$2") -eq 1 ]]; then
-    systemd-sysusers varnish.conf
-  fi
 }



More information about the arch-commits mailing list