diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-23 04:48:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-23 04:48:59 +0000 |
commit | cd01c79119afbbdc351778c6fe6c43f4b7fc12ed (patch) | |
tree | ee71dc9bd3600ff48c51ccd1b37f6fd09e5d863e /usr.bin/opieinfo/Makefile | |
parent | 2137f0edf554075ee55036ef7bb08278a0aa6911 (diff) | |
download | src-cd01c79119afbbdc351778c6fe6c43f4b7fc12ed.tar.gz src-cd01c79119afbbdc351778c6fe6c43f4b7fc12ed.zip |
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.
Notes
Notes:
svn path=/head/; revision=78644
Diffstat (limited to 'usr.bin/opieinfo/Makefile')
-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 dab590f48133..182659538685 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} |