diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-02 23:17:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-02 23:17:09 +0000 |
commit | 2226ec3963ddfb82d2b2a958ddf3f505fce7adab (patch) | |
tree | 8e4dcd7b61196721e15dd96548e9c8a144f974c4 /www/apache13-modssl/files/patch-ab | |
parent | - Backup files should be produced according to the wide-spread "tilde (diff) |
Merge from www/apache13:
Don't put 'manual' link to the Apache manual.
Notes
Notes:
svn path=/head/; revision=50912
Diffstat (limited to 'www/apache13-modssl/files/patch-ab')
-rw-r--r-- | www/apache13-modssl/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-modssl/files/patch-ab b/www/apache13-modssl/files/patch-ab index 809af8e2dd4c..f1bffafaedf2 100644 --- a/www/apache13-modssl/files/patch-ab +++ b/www/apache13-modssl/files/patch-ab @@ -44,7 +44,7 @@ find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \ +# fi -+ $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual ++# $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual + if [ ! -d $(root)$(htdocsdir)/ ]; then \ + $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \ fi |