diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-12 20:57:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-12 20:57:42 +0000 |
commit | e5a5ab22313b8e94eb0d1d846971331e46e4cfe1 (patch) | |
tree | a36eea5c219b20a74548b7e57a3427d0b2afa697 /comms | |
parent | ae764454a010d02252d6abe3e3b363d1e75422fd (diff) | |
download | ports-e5a5ab22313b8e94eb0d1d846971331e46e4cfe1.tar.gz ports-e5a5ab22313b8e94eb0d1d846971331e46e4cfe1.zip |
- Do not remove etc/devd, it is now part of mtree
Notes
Notes:
svn path=/head/; revision=264463
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 |