diff options
author | fredb <fredb> | 2002-09-05 15:34:19 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-09-05 15:34:19 +0000 |
commit | b1fd01315d020d8a9cf8e367e92b326008abbadc (patch) | |
tree | d184617a9feed7b29a46fda40fbe70bf77016ecb /www | |
parent | 78738cabca923da1b5cf82f4d9c908ae44aeddfa (diff) | |
download | pkgsrc-b1fd01315d020d8a9cf8e367e92b326008abbadc.tar.gz |
Clarify comment.
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwoffle/INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/wwwoffle/INSTALL b/www/wwwoffle/INSTALL index 7b823d58dbb..9686d538b2d 100644 --- a/www/wwwoffle/INSTALL +++ b/www/wwwoffle/INSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.2 2002/08/10 17:03:26 fredb Exp $ +# $NetBSD: INSTALL,v 1.3 2002/09/05 15:34:19 fredb Exp $ if [ X"${2}" != XPOST-INSTALL ] then @@ -59,9 +59,9 @@ do sed /PROXY/s/localhost/`hostname`/ ${p}.dist > ${p} done -# Now utilize the install utilities to upgrade the configuration file and +# Now utilize the installed utilities to upgrade the configuration file and # convert the cache format. Don't require "perl" just to upgrade the config, -# as there may not even be an old config file, and worst case, the user will -# get warnings in "syslog" about deprecated options. +# as there may not even be an old config file; worst case, the user will get +# warnings in "syslog" about deprecated options. cd ${CONFDIR} && wwwoffle-upgrade-config.pl wwwoffle.conf || true wwwoffle-convert-cache /var/wwwoffle |