diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-23 20:47:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-23 20:47:36 +0000 |
commit | c2a89212142f8881843a9e145095440e0274fe19 (patch) | |
tree | 93470a6f9df7697fec3f236d17a99851b66e7058 /etc/netstart | |
parent | 4c09c99a68011393b654ebbfbb82c80be5afe624 (diff) |
remove trailing blank line
Diffstat (limited to 'etc/netstart')
-rw-r--r-- | etc/netstart | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart index d0f7267733e..855de16a1da 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.35 1998/02/07 20:51:50 deraadt Exp $ +# $OpenBSD: netstart,v 1.36 1998/02/23 20:47:35 niklas Exp $ # /etc/myname contains my symbolic name # @@ -101,4 +101,3 @@ fi # default multicast route route add -net 224.0.0.0 -interface $hostname - |