diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:26 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | f50bb0c9b7018bfe3c1b62368eb04bd042508a3d (patch) | |
tree | ac46827e8212d80cddd4e61fb990aabb5dc17184 /network/radvd | |
parent | 18dcdacf8107c09802b4d4586d35ca4a97de7413 (diff) | |
download | slackbuilds-f50bb0c9b7018bfe3c1b62368eb04bd042508a3d.tar.gz |
network/radvd: Fix README.
Diffstat (limited to 'network/radvd')
-rw-r--r-- | network/radvd/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/radvd/README b/network/radvd/README index cf3b5e1b6a..42966f1d6c 100644 --- a/network/radvd/README +++ b/network/radvd/README @@ -13,9 +13,9 @@ Once the slackware package is installed, edit /etc/radvd.conf to reflect your current IPv6 configuration. An init script has been provided at /etc/rc.d/rc.radvd. To have this start upon each boot, add the following lines to your /etc/rc.d/rc.local file: - ## Start the radvd daemon: - if [ -x /etc/rc.d/rc.radvd ]; then - /etc/rc.d/rc.radvd start - fi + ## Start the radvd daemon: + if [ -x /etc/rc.d/rc.radvd ]; then + /etc/rc.d/rc.radvd start + fi check is an optional (build-time only) dependency. |