diff options
Diffstat (limited to 'init.d')
-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 $? |