diff options
author | pav <pav@FreeBSD.org> | 2010-11-13 04:57:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-13 04:57:42 +0800 |
commit | 6cb9abe5b9005668c88c114d2bd5dd4ea37497f9 (patch) | |
tree | 7429fdde9c2876bdff7e9f76af718e23ddd13eb8 /comms | |
parent | 6ada1f39cb4866551c83e44fb0f3feaf32ddcacc (diff) | |
download | freebsd-ports-gnome-6cb9abe5b9005668c88c114d2bd5dd4ea37497f9.tar.gz freebsd-ports-gnome-6cb9abe5b9005668c88c114d2bd5dd4ea37497f9.tar.zst freebsd-ports-gnome-6cb9abe5b9005668c88c114d2bd5dd4ea37497f9.zip |
- Do not remove etc/devd, it is now part of mtree
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hso-kmod/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/hso-kmod/pkg-plist b/comms/hso-kmod/pkg-plist index 7eb07a2e7714..38ad1e553d24 100644 --- a/comms/hso-kmod/pkg-plist +++ b/comms/hso-kmod/pkg-plist @@ -1,7 +1,6 @@ %%PL_DEVD%%@unexec if cmp -s %D/etc/devd/option-icon.conf.sample %D/etc/devd/option-icon.conf; then rm -f %D/etc/devd/option-icon.conf; fi %%PL_DEVD%%etc/devd/option-icon.conf.sample %%PL_DEVD%%@exec if [ ! -f %D/etc/devd/option-icon.conf ]; then mkdir -p %B; cp -p %D/%F %B/option-icon.conf; fi -%%PL_DEVD%%@dirrmtry etc/devd %%PL_HSOCTL%%bin/hsoctl @cwd /boot/modules hso.ko |