diff options
author | Roy Marples <roy@marples.name> | 2009-12-05 21:23:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-12-05 21:23:39 +0000 |
commit | 775d56b877876dacca8939706445ce5ab3920f7d (patch) | |
tree | 2fefa1b95863e8b51676033cccf1a261fcc0d20a /init.d/staticroute.in | |
parent | 22e2a4f0a156c566f0c460c2229a19dbff4e0553 (diff) |
Document multiple routes, fixes #210.
Diffstat (limited to 'init.d/staticroute.in')
-rw-r--r-- | init.d/staticroute.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/staticroute.in b/init.d/staticroute.in index 8aea55c2..9f38b562 100644 --- a/init.d/staticroute.in +++ b/init.d/staticroute.in @@ -28,6 +28,7 @@ pre_flight_checks() dump_args() { + # Route configuration file, as used by the NetBSD RC system if [ -s /etc/route.conf ]; then cat /etc/route.conf return $? |