diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-17 04:55:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-17 04:55:57 +0000 |
commit | 73355b0a91479233c123e041f1e7c3ed1851328b (patch) | |
tree | 6b875eefe03dd2bd94dde59b0c9b693c7c3e1d3c | |
parent | f728d75744ff2349de4d02f12ea75133f0939abe (diff) |
Add /usr/libexec/sm.bin
-rw-r--r-- | etc/mtree/4.4BSD.dist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index 51b74616d1a..48cb7497cf8 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.101 2000/12/12 17:40:48 millert Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.102 2001/01/17 04:55:56 millert Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -298,6 +298,11 @@ auth type=dir uname=root gname=auth mode=0750 # ./usr/libexec/auth .. +# ./usr/libexec/sm.bin +sm.bin +# ./usr/libexec/sm.bin +.. + # ./usr/libexec/lpr lpr # ./usr/libexec/lpr |