diff options
author | kris <kris@FreeBSD.org> | 2001-01-22 18:05:59 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-01-22 18:05:59 +0000 |
commit | 400263b24d36c1ab64f310dde09b9d02ad591dca (patch) | |
tree | a402da782bdeb61bd00001885d87c4ed0854caae /misc/dnetc | |
parent | 7cd52f518ce3fa21c1fa386ef9866d6ff4b61d9d (diff) | |
download | FreeBSD-ports-400263b24d36c1ab64f310dde09b9d02ad591dca.zip FreeBSD-ports-400263b24d36c1ab64f310dde09b9d02ad591dca.tar.gz |
Forced commit to note that even though the previous revision removed
the FORBIDDEN tag without permission, the port does not actually have
security problems as installed, and my previous commit was in error.
Apparently I had some local strangeness - sorry for the confusion.
Diffstat (limited to 'misc/dnetc')
-rw-r--r-- | misc/dnetc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 17ecd7c..62b237f 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -41,7 +41,7 @@ LIBDIR= ${PREFIX}/etc/rc.d CLIENTUID= nobody CLIENTGID= daemon -SBINMODE= 700 +SBINMODE= 7700 BINMODE= 700 MAN1= dnetc.1 |