diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-06-09 16:34:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-06-09 16:34:25 +0000 |
commit | dd13259d5d5223a51db5eb4ec68f5dc885f6184b (patch) | |
tree | d2e71590cee5c2325590d09eeae2d4cdedae17fb | |
parent | b85fe5f206c6d033aabcbefc5a72b411e94ff21a (diff) |
chown has moved to /sbin
-rw-r--r-- | usr.sbin/user/user.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/user/user.c b/usr.sbin/user/user.c index 84be3f1005a..c9c40f87be6 100644 --- a/usr.sbin/user/user.c +++ b/usr.sbin/user/user.c @@ -1,4 +1,4 @@ -/* $OpenBSD: user.c,v 1.13 2000/05/05 23:54:51 ho Exp $ */ +/* $OpenBSD: user.c,v 1.14 2000/06/09 16:34:24 millert Exp $ */ /* $NetBSD: user.c,v 1.17 2000/04/14 06:26:55 simonb Exp $ */ /* @@ -144,7 +144,7 @@ enum { }; /* Full paths of programs used here */ -#define CHOWN "/usr/sbin/chown" +#define CHOWN "/sbin/chown" #define MKDIR "/bin/mkdir" #define MV "/bin/mv" #define NOLOGIN "/sbin/nologin" |