diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-03-12 07:39:01 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-03-12 07:39:01 +0800 |
commit | 29a78f445537950f8d8795618ad66500279f48a8 (patch) | |
tree | c9810243740d27816ddc7e4f06cc53e47e488dd0 /sysutils/pcbsd-utils/pkg-install | |
parent | f5f8d8b5b21f291979a96fd467d651f8b9eb1c76 (diff) | |
download | freebsd-ports-gnome-29a78f445537950f8d8795618ad66500279f48a8.tar.gz freebsd-ports-gnome-29a78f445537950f8d8795618ad66500279f48a8.tar.zst freebsd-ports-gnome-29a78f445537950f8d8795618ad66500279f48a8.zip |
- Update to 1394538598 (10.0.1)
Diffstat (limited to 'sysutils/pcbsd-utils/pkg-install')
-rw-r--r-- | sysutils/pcbsd-utils/pkg-install | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/pcbsd-utils/pkg-install b/sysutils/pcbsd-utils/pkg-install index 4d9568c3e22d..fc71f2c6c04a 100644 --- a/sysutils/pcbsd-utils/pkg-install +++ b/sysutils/pcbsd-utils/pkg-install @@ -34,7 +34,13 @@ if [ -e "${PREFIX}/share/pbi-manager/.pbime" ] ; then install -o root -g wheel -m 755 ${PREFIX}/share/pbi-manager/.ldconfig /usr/pbi/.ldconfig install -o root -g wheel -m 755 ${PREFIX}/share/pbi-manager/.pbisyscmd /usr/pbi/.pbisyscmd install -o root -g wheel -m 755 ${PREFIX}/share/pbi-manager/.pbisyslisten /usr/pbi/.pbisyslisten - install -o root -g wheel -m 755 ${PREFIX}/share/pbi-manager/.mount_nullfs /usr/pbi/.mount_nullfs + install -o root -g wheel -m 755 ${PREFIX}/share/pbi-manager/.pbifs /usr/pbi/.pbifs +fi + +# Check if we have our warden.conf file +if [ ! -e "/usr/local/etc/warden.conf" ] ; then + cp /usr/local/etc/warden.conf.dist /usr/local/etc/warden.conf + chmod 644 /usr/local/etc/warden.conf fi exit 0 |