diff options
| author | sangeeta <none@none> | 2007-05-09 11:13:15 -0700 |
|---|---|---|
| committer | sangeeta <none@none> | 2007-05-09 11:13:15 -0700 |
| commit | db5ca0bda7f0c1698f5046285dec0f0dce9d3704 (patch) | |
| tree | 66832595c198e6e4ce5542326b24b504f25a523f /usr/src/cmd/svc | |
| parent | 2700489547b0189992777b1336a929b734815baf (diff) | |
| download | illumos-joyent-db5ca0bda7f0c1698f5046285dec0f0dce9d3704.tar.gz | |
6530060 SDP modifications to inetinit seem misplaced
Diffstat (limited to 'usr/src/cmd/svc')
| -rw-r--r-- | usr/src/cmd/svc/milestone/net-init | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/cmd/svc/milestone/net-init b/usr/src/cmd/svc/milestone/net-init index 89c0abdb9a..636e579118 100644 --- a/usr/src/cmd/svc/milestone/net-init +++ b/usr/src/cmd/svc/milestone/net-init @@ -90,6 +90,16 @@ unset encr # [ -f /etc/default/inetinit ] && . /etc/default/inetinit +# Set the SDP system Policy. This needs to happen after basic +# networking is up but before any networking services that might +# want to use SDP are enabled +if [ -f /usr/sbin/sdpadm -a -f /etc/sdp.conf ]; then + . /etc/sdp.conf + if [ "$sysenable" = "1" ]; then + /usr/sbin/sdpadm enable + fi +fi + # # Set TCP ISS generation. By default the ISS generation is # time + random()-delta. This might not be strong enough for some users. |
