diff options
author | kris <kris@FreeBSD.org> | 2001-01-23 02:05:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-01-23 02:05:59 +0800 |
commit | 400263b24d36c1ab64f310dde09b9d02ad591dca (patch) | |
tree | a402da782bdeb61bd00001885d87c4ed0854caae /misc/dnetc | |
parent | 7cd52f518ce3fa21c1fa386ef9866d6ff4b61d9d (diff) | |
download | freebsd-ports-gnome-400263b24d36c1ab64f310dde09b9d02ad591dca.tar.gz freebsd-ports-gnome-400263b24d36c1ab64f310dde09b9d02ad591dca.tar.zst freebsd-ports-gnome-400263b24d36c1ab64f310dde09b9d02ad591dca.zip |
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 17ecd7c2f612..62b237f6da2e 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 |