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 | |
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
-rw-r--r-- | comms/hso-kmod/pkg-plist | 1 | ||||
-rw-r--r-- | misc/fxload/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/webcamd/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/automounter/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/uhidd/pkg-plist | 1 |
5 files changed, 0 insertions, 5 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 diff --git a/misc/fxload/pkg-plist b/misc/fxload/pkg-plist index 21ea081f77e4..9c4e3ca04360 100644 --- a/misc/fxload/pkg-plist +++ b/misc/fxload/pkg-plist @@ -2,4 +2,3 @@ etc/devd/xilinx.conf sbin/fxload %%DATADIR%%/a3load.hex @dirrm %%DATADIR%% -@dirrmtry etc/devd diff --git a/multimedia/webcamd/pkg-plist b/multimedia/webcamd/pkg-plist index 2466382f8654..339a810cf267 100644 --- a/multimedia/webcamd/pkg-plist +++ b/multimedia/webcamd/pkg-plist @@ -1,3 +1,2 @@ etc/devd/webcamd.conf sbin/webcamd -@dirrmtry etc/devd diff --git a/sysutils/automounter/pkg-plist b/sysutils/automounter/pkg-plist index 30f253da42c4..329c1ac43a12 100644 --- a/sysutils/automounter/pkg-plist +++ b/sysutils/automounter/pkg-plist @@ -2,4 +2,3 @@ sbin/automounter etc/rc.d/automounter etc/automounter.conf.sample etc/devd/automounter.conf -@dirrmtry etc/devd diff --git a/sysutils/uhidd/pkg-plist b/sysutils/uhidd/pkg-plist index 7cc13c151bea..9d855ad3f972 100644 --- a/sysutils/uhidd/pkg-plist +++ b/sysutils/uhidd/pkg-plist @@ -1,7 +1,6 @@ %%PL_DEVD%%@unexec if cmp -s %D/etc/devd/uhidd-devd.conf.sample %D/etc/devd/uhidd-devd.conf; then rm -f %D/etc/devd/uhidd-devd.conf; fi %%PL_DEVD%%etc/devd/uhidd-devd.conf.sample %%PL_DEVD%%@exec if [ ! -f %D/etc/devd/uhidd-devd.conf ]; then mkdir -p %B; cp -p %D/%F %B/uhidd-devd.conf; fi -%%PL_DEVD%%@dirrmtry etc/devd sbin/uhidd @cwd %%KMODDIR%% uvhid.ko |