Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 20:48:29 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342366 - head/sysutils/usb_modeswitch
Message-ID:  <201402022048.s12KmTPq062022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Feb  2 20:48:28 2014
New Revision: 342366
URL: http://svnweb.freebsd.org/changeset/ports/342366
QAT: https://qat.redports.org/buildarchive/r342366/

Log:
  Correctly stagify the config files
  
  Helped by:	kwm, antoine
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/usb_modeswitch/pkg-plist

Modified: head/sysutils/usb_modeswitch/pkg-plist
==============================================================================
--- head/sysutils/usb_modeswitch/pkg-plist	Sun Feb  2 20:48:07 2014	(r342365)
+++ head/sysutils/usb_modeswitch/pkg-plist	Sun Feb  2 20:48:28 2014	(r342366)
@@ -1,5 +1,5 @@
 sbin/usb_modeswitch
-etc/usb_modeswitch.conf.sample
 man/man1/usb_modeswitch.1.gz
-@exec if [ ! -f %D/etc/usb_modeswitch.conf ] ; then cp -p %D/%F %B/usb_modeswitch.conf; fi
 @unexec if cmp -s %D/etc/usb_modeswitch.conf.sample %D/etc/usb_modeswitch.conf; then rm -f %D/etc/usb_modeswitch.conf ; fi
+etc/usb_modeswitch.conf.sample
+@exec if [ ! -f %D/etc/usb_modeswitch.conf ] ; then cp -p %D/%F %B/usb_modeswitch.conf; fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402022048.s12KmTPq062022>