Author: Seth Schoen <[email protected]> Date: Wed, 3 Nov 2010 16:54:42 -0700 Subject: comment that this is not a rule Commit: cda6fce62b814619da4a598adaf94206bc7883cb
--- pending-rules/make-trivial-rule | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pending-rules/make-trivial-rule b/pending-rules/make-trivial-rule index f37629d..4c21b0a 100755 --- a/pending-rules/make-trivial-rule +++ b/pending-rules/make-trivial-rule @@ -1,5 +1,8 @@ #!/bin/sh +# THIS IS NOT A RULE, but a shell script to create simple rules for a +# specified domain. +# # create $1.xml, mapping $1 and www.$1 to https://www.$1 if [ -z "$1" ] -- 1.7.1
