diff options
author | kris <kris@FreeBSD.org> | 2001-01-22 18:13:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-01-22 18:13:07 +0000 |
commit | 8761ccef7123d768c0b07c7f507124ada08f0fd5 (patch) | |
tree | c3086eab895e1007910987d069a96035e4bd9f90 /misc/dnetc | |
parent | 400263b24d36c1ab64f310dde09b9d02ad591dca (diff) | |
download | FreeBSD-ports-8761ccef7123d768c0b07c7f507124ada08f0fd5.zip FreeBSD-ports-8761ccef7123d768c0b07c7f507124ada08f0fd5.tar.gz |
Argh, remove change which slipped in while editing the previous
commit log. It was a reversion of r1.18 which I was testing whether that
commit fixed any security problems.
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 62b237f..17ecd7c 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -41,7 +41,7 @@ LIBDIR= ${PREFIX}/etc/rc.d CLIENTUID= nobody CLIENTGID= daemon -SBINMODE= 7700 +SBINMODE= 700 BINMODE= 700 MAN1= dnetc.1 |