summaryrefslogtreecommitdiffstats
path: root/sysutils/stmpclean
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>1999-08-12 00:22:48 +0000
committertaoka <taoka@FreeBSD.org>1999-08-12 00:22:48 +0000
commit3a10c842729478e1146c5ddcbb21a78a35b4ff8d (patch)
tree6b5ff70e4797c6c2a11d01627f26093f02c38f1b /sysutils/stmpclean
parentaea47c6a54151b261b95d7a7b73e434f23d3c55d (diff)
downloadFreeBSD-ports-3a10c842729478e1146c5ddcbb21a78a35b4ff8d.zip
FreeBSD-ports-3a10c842729478e1146c5ddcbb21a78a35b4ff8d.tar.gz
To remove old files from temporary directories.
PR: 12972 Submitted: stanislav shalunov <shalunov@tuzik.lz.att.com>
Diffstat (limited to 'sysutils/stmpclean')
-rw-r--r--sysutils/stmpclean/Makefile17
-rw-r--r--sysutils/stmpclean/distinfo1
-rw-r--r--sysutils/stmpclean/pkg-comment1
-rw-r--r--sysutils/stmpclean/pkg-descr13
-rw-r--r--sysutils/stmpclean/pkg-plist1
5 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile
new file mode 100644
index 0000000..d00253c
--- /dev/null
+++ b/sysutils/stmpclean/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: stmpclean
+# Version required: 0.1
+# Date created: 4 August 1999
+# Whom: shalunov
+#
+# $Id:$
+
+DISTNAME= stmpclean-0.1
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.mccme.ru/users/shalunov/
+
+MAINTAINER= shalunov@mccme.ru
+
+MAN8= stmpclean.8
+MANCOMPRESSED= no
+
+.include <bsd.port.mk>
diff --git a/sysutils/stmpclean/distinfo b/sysutils/stmpclean/distinfo
new file mode 100644
index 0000000..e52364c
--- /dev/null
+++ b/sysutils/stmpclean/distinfo
@@ -0,0 +1 @@
+MD5 (stmpclean-0.1.tar.gz) = ce4e4b16a0c063c9ab50d754e48bdaea
diff --git a/sysutils/stmpclean/pkg-comment b/sysutils/stmpclean/pkg-comment
new file mode 100644
index 0000000..95d77cd
--- /dev/null
+++ b/sysutils/stmpclean/pkg-comment
@@ -0,0 +1 @@
+Remove old files from temporary directories.
diff --git a/sysutils/stmpclean/pkg-descr b/sysutils/stmpclean/pkg-descr
new file mode 100644
index 0000000..4b570d5
--- /dev/null
+++ b/sysutils/stmpclean/pkg-descr
@@ -0,0 +1,13 @@
+The utility stmpclean securely deletes old files from directories
+such as /tmp and /var/tmp.
+
+Combining find and rm (possibly with xargs) for this purpose allows
+a local attacker to delete any file on the system. It is a security
+hole.
+
+Using one of the nifty floating around Perl scripts for this purpose
+is dangerous: when you have an attack they have a tendency to behave
+like forking bombs, making matters much worse.
+
+--Stanislav
+shalunov@mccme.ru
diff --git a/sysutils/stmpclean/pkg-plist b/sysutils/stmpclean/pkg-plist
new file mode 100644
index 0000000..90023b3
--- /dev/null
+++ b/sysutils/stmpclean/pkg-plist
@@ -0,0 +1 @@
+sbin/stmpclean
OpenPOWER on IntegriCloud