+macro editor ALT-w: wrap text (subject line) to " [WAS: &]"
[nethome.git] / bin / mdr_args
index 3447894..c9e2b8c 100755 (executable)
@@ -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