Skip to content
Snippets Groups Projects
Commit e261c94c authored by deuce's avatar deuce
Browse files

Added missing esac line to FreeBSD rc script

parent 68b047ab
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,9 @@ stop)
*)
echo "Usage: `basename $0` {start|stop}" >&2
;;
esac
exit 0
--- CUT --- END OF FILE --- CUT ---
/* End of sbbscon.txt */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment