summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2007-06-01 21:48:07 +0000
committerremko <remko@FreeBSD.org>2007-06-01 21:48:07 +0000
commit8266cab35be254d080c55c019e27154420e811c7 (patch)
tree28939903f873d23154980f46a0afaaab97f8f2ca
parent48e05cbb50fdfb53ac2e16924eb1eea08e982321 (diff)
downloadFreeBSD-src-8266cab35be254d080c55c019e27154420e811c7.zip
FreeBSD-src-8266cab35be254d080c55c019e27154420e811c7.tar.gz
I understood the MLINK part incorrectly, it should be the other way around
also remove the init mlink to securelevel. Discussed with and sharing pointyhat with: brueffer
-rw-r--r--sbin/init/Makefile1
-rw-r--r--share/man/man7/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 0dcbffa..58a9e0a 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -3,7 +3,6 @@
PROG= init
MAN= init.8
-MLINKS= init.8 securelevel.8
PRECIOUSPROG=
INSTALLFLAGS=-b -B.bak
WARNS?= 6
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 965b594..f602e4c 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -25,6 +25,6 @@ MAN= ascii.7 \
tuning.7
MLINKS= intro.7 miscellaneous.7
-MLINKS+= securelevel.7 security.7
+MLINKS+= security.7 securelevel.7
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud