From 6831597a600a6a6b7cecf97a2e719ecebe8787d8 Mon Sep 17 00:00:00 2001 From: Scott Mace Date: Sun, 6 Nov 1994 01:13:59 +0000 Subject: [PATCH] Make /usr/bin/crontab install setuid root. (doesn't work otherwise) The distributed makefile in the package installs it setuid root.. Reviewed by: jkh --- usr.sbin/cron/crontab/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile index f8337b259049..09b3d546ffc6 100644 --- a/usr.sbin/cron/crontab/Makefile +++ b/usr.sbin/cron/crontab/Makefile @@ -16,4 +16,8 @@ DPADD+= ${.CURDIR}/../lib/libcron.a LDADD+= -lcron +BINOWN= root +BINMODE=4555 +INSTALLFLAGS=-fschg + .include