diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:13:10 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:13:10 -0800 |
commit | 61c0a6a270fff40434801f35bea81e4fc923fc8a (patch) | |
tree | e7e4fb3b816f6dc3fc2e23d26f8834c46c9ffef2 /etc/init.d | |
parent | 8711eb611333319713527233bf8af99e43b99c3d (diff) | |
download | vyatta-cfg-61c0a6a270fff40434801f35bea81e4fc923fc8a.tar.gz vyatta-cfg-61c0a6a270fff40434801f35bea81e4fc923fc8a.zip |
Fix lintian warning about vyatta-ofr not providing itself
The init script was not technically LSB compliant
Diffstat (limited to 'etc/init.d')
-rwxr-xr-x | etc/init.d/vyatta-ofr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-ofr index ba972eb..4b9c6c9 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-ofr @@ -1,6 +1,6 @@ #!/bin/bash ### BEGIN INIT INFO -# Provides: ofr +# Provides: vyatta-ofr # Required-Start: $syslog $time $local_fs # Required-Stop: $syslog $time $local_fs # Default-Start: 2 3 4 5 |