summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-11-20 10:54:57 +0000
committerbrian <brian@FreeBSD.org>1999-11-20 10:54:57 +0000
commit62c4e5d19a561994a894ad6ce8de37870ebd8493 (patch)
tree7d443ec0fdde4017adde196827814d99a6f9ecc5
parent1adcecffd93c2f4536a5031426a753b1218ed88a (diff)
downloadFreeBSD-src-62c4e5d19a561994a894ad6ce8de37870ebd8493.zip
FreeBSD-src-62c4e5d19a561994a894ad6ce8de37870ebd8493.tar.gz
Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKET
to the release kernel.
-rwxr-xr-xrelease/alpha/dokern.sh3
-rwxr-xr-xrelease/amd64/dokern.sh3
-rwxr-xr-xrelease/i386/dokern.sh3
-rwxr-xr-xrelease/pc98/dokern.sh3
-rwxr-xr-xrelease/scripts/dokern.sh3
5 files changed, 15 insertions, 0 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index da9b6f2..f810bfb 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -18,3 +18,6 @@ echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NETGRAPH"
+echo "options NETGRAPH_PPPOE"
+echo "options NETGRAPH_SOCKET"
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index da9b6f2..f810bfb 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -18,3 +18,6 @@ echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NETGRAPH"
+echo "options NETGRAPH_PPPOE"
+echo "options NETGRAPH_SOCKET"
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index da9b6f2..f810bfb 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -18,3 +18,6 @@ echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NETGRAPH"
+echo "options NETGRAPH_PPPOE"
+echo "options NETGRAPH_SOCKET"
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index da9b6f2..f810bfb 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -18,3 +18,6 @@ echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NETGRAPH"
+echo "options NETGRAPH_PPPOE"
+echo "options NETGRAPH_SOCKET"
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh
index da9b6f2..f810bfb 100755
--- a/release/scripts/dokern.sh
+++ b/release/scripts/dokern.sh
@@ -18,3 +18,6 @@ echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NETGRAPH"
+echo "options NETGRAPH_PPPOE"
+echo "options NETGRAPH_SOCKET"
OpenPOWER on IntegriCloud