diff options
Diffstat (limited to 'network/hiawatha/rc.hiawatha')
-rw-r--r-- | network/hiawatha/rc.hiawatha | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/network/hiawatha/rc.hiawatha b/network/hiawatha/rc.hiawatha index 5dfa71ccecbb6..94d8f1044654b 100644 --- a/network/hiawatha/rc.hiawatha +++ b/network/hiawatha/rc.hiawatha @@ -1,7 +1,23 @@ #!/bin/sh # Start/stop/restart the hiawatha web server -# Copyright (c) 2009-2010 Antonio Hernández Blas <hba.nihilismus@gmail.com> +# Copyright (c) 2009-2011 Antonio Hernández Blas <hba.nihilismus@gmail.com> + +# +# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +# Version 2, December 2004 +# +# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> +# +# Everyone is permitted to copy and distribute verbatim or modified +# copies of this license document, and changing it is allowed as long +# as the name is changed. +# +# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +# +# 0. You just DO WHAT THE FUCK YOU WANT TO. +# CONF='/etc/hiawatha' CMMD="/usr/sbin/hiawatha -c $CONF" |