diff options
author | ache <ache@FreeBSD.org> | 2001-06-23 04:48:59 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-06-23 04:48:59 +0000 |
commit | 49fc10f4a2791c4482d2ac1e61985b2067188a19 (patch) | |
tree | ee71dc9bd3600ff48c51ccd1b37f6fd09e5d863e /usr.bin/opieinfo | |
parent | 887d4d7595cea78239fca623489ca47d41005ed2 (diff) | |
download | FreeBSD-src-49fc10f4a2791c4482d2ac1e61985b2067188a19.zip FreeBSD-src-49fc10f4a2791c4482d2ac1e61985b2067188a19.tar.gz |
Make the similar changes as in our keyinfo, i.e. allow user to get his own
sequence and allow root to get everybody's one. Before this change user
can't get his own sequence, root required.
Diffstat (limited to 'usr.bin/opieinfo')
-rw-r--r-- | usr.bin/opieinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index dab590f..1826595 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -8,6 +8,7 @@ CFLAGS+=-I${OPIE_DIST} DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd +BINMODE=4555 .PATH: ${OPIE_DIST} |