Changeset View
Changeset View
Standalone View
Standalone View
head/net/dhcp6/files/dhcp6s.in
#!/bin/sh | #!/bin/sh | ||||
# | # | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
# | # | ||||
# PROVIDE: dhcp6s | # PROVIDE: dhcp6s | ||||
# BEFORE: NETWORKING | # REQUIRE: dhcp6c DAEMON | ||||
# BEFORE: LOGIN | |||||
# KEYWORD: shutdown | # KEYWORD: shutdown | ||||
# Add the following lines to | # Add the following lines to | ||||
# /etc/rc.conf.d/dhcp6s /etc/rc.conf.local or /etc/rc.conf | # /etc/rc.conf.d/dhcp6s /etc/rc.conf.local or /etc/rc.conf | ||||
# to enable this service: | # to enable this service: | ||||
# | # | ||||
# dhcp6s_enable (bool): Set to NO by default. | # dhcp6s_enable (bool): Set to NO by default. | ||||
# Set it to YES to enable dhcp6s. | # Set it to YES to enable dhcp6s. | ||||
Show All 32 Lines |