Back out rev 1.260. The 'streams' module is a registered dependency of

the 'svr4' module already.  This was a 4.x-only problem and should not
have been MFS'ed.
This commit is contained in:
Peter Wemm 2001-05-13 20:43:30 +00:00
parent 96e426f43d
commit ffb82a6f2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76553

4
etc/rc
View File

@ -743,9 +743,7 @@ esac
#
case ${svr4_enable} in
[Yy][Ee][Ss])
echo -n ' svr4';
kldload streams > /dev/null 2>&1
kldload svr4 > /dev/null 2>&1
echo -n ' svr4'; kldload svr4 > /dev/null 2>&1
;;
esac