X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fmdr_args;h=c9e2b8c46e89f2ac886f1f3f3ea1cb9bb6a7f527;hb=e3eaf8ea040bea082e4318b6bd56c97e3ea410cf;hp=3447894dc4079337e07b9b66379c7cd68468b757;hpb=ccdcf5f9eb4e7c033063dc35769627c01aa645ae;p=nethome.git diff --git a/bin/mdr_args b/bin/mdr_args index 3447894..c9e2b8c 100755 --- a/bin/mdr_args +++ b/bin/mdr_args @@ -4,7 +4,7 @@ if [ $# != 1 ];then exit 1 fi -case "$1" in +case "`basename "$1"`" in tac_plus) minus= @@ -17,6 +17,9 @@ tac_plus) dosfsck) echo "-f -v -V -r /dev/hdc1" ;; +httpd) + echo "-DSSL -X -f $HOME/http/httpd.conf" + ;; *) ;; esac