aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
commitf2be828f97b28345280dec700f02034086dda979 (patch)
treedc99e3975f9efd3cf9c157f6aa77c6a94d7cfa93 /libexec
parente17f5b1d307b7b8910d67883e57a9604305906d5 (diff)
downloadsrc-f2be828f97b28345280dec700f02034086dda979.tar.gz
src-f2be828f97b28345280dec700f02034086dda979.zip
Revert that!
Notes
Notes: svn path=/head/; revision=363351
Diffstat (limited to 'libexec')
-rw-r--r--libexec/dma/dmagent/Makefile.depend2
-rwxr-xr-xlibexec/rc/rc.d/tmp3
2 files changed, 2 insertions, 3 deletions
diff --git a/libexec/dma/dmagent/Makefile.depend b/libexec/dma/dmagent/Makefile.depend
index 089495a35022..c30f467aa7dc 100644
--- a/libexec/dma/dmagent/Makefile.depend
+++ b/libexec/dma/dmagent/Makefile.depend
@@ -2,6 +2,7 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
include \
include/arpa \
include/xlocale \
@@ -10,6 +11,7 @@ DIRDEPS = \
lib/libcompiler_rt \
secure/lib/libcrypto \
secure/lib/libssl \
+ usr.bin/yacc.host \
.include <dirdeps.mk>
diff --git a/libexec/rc/rc.d/tmp b/libexec/rc/rc.d/tmp
index 56da6b498ad5..3b75ec0338ef 100755
--- a/libexec/rc/rc.d/tmp
+++ b/libexec/rc/rc.d/tmp
@@ -41,9 +41,6 @@ load_rc_config $name
mount_tmpmfs()
{
if ! /bin/df /tmp | grep -q "^/dev/md[0-9].* /tmp"; then
- if test -w /tmp/. && checkyesno tmpmfs_clear_mnt; then
- (cd /tmp/. && rm -rf .* *)
- fi
mount_md ${tmpsize} /tmp "${tmpmfs_flags}"
chmod 01777 /tmp
fi