diff options
author | Robert Bays <robert@vyatta.com> | 2013-06-03 17:53:53 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2013-06-03 17:53:53 -0700 |
commit | 4bb0efff96029d842996345229210d2d75493235 (patch) | |
tree | 7df429caa338505b339f62095a31931de69b3490 /etc | |
parent | c66c7a29c87a161e8a57caad6ec1967f9dcaa97b (diff) | |
download | vyatta-cfg-4bb0efff96029d842996345229210d2d75493235.tar.gz vyatta-cfg-4bb0efff96029d842996345229210d2d75493235.zip |
update init file to require vyatta-unicast
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-router | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index c237520..210b207 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -1,7 +1,7 @@ #!/bin/bash ### BEGIN INIT INFO # Provides: vyatta-router -# Required-Start: $syslog $time $local_fs +# Required-Start: $syslog $time $local_fs vyatta-unicast # Required-Stop: $syslog $time $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 |