summaryrefslogtreecommitdiff
path: root/bin/update
diff options
context:
space:
mode:
authorbwarsaw2000-09-22 07:57:52 +0000
committerbwarsaw2000-09-22 07:57:52 +0000
commitb2540e3fc0dcdd73d068f161f33ce33f57dd2354 (patch)
tree70516e55ec6202b94a3f8d62c5ed5ad9a5074807 /bin/update
parent7b66c23b0ca017df5608a40c39432b2c69769a0d (diff)
downloadmailman-b2540e3fc0dcdd73d068f161f33ce33f57dd2354.tar.gz
mailman-b2540e3fc0dcdd73d068f161f33ce33f57dd2354.tar.zst
mailman-b2540e3fc0dcdd73d068f161f33ce33f57dd2354.zip
Several changes in support of David Champion's SF patch #101331.
Specifically, calcversions(): Update the comment since the logs dir is now relative to VAR_PREFIX.
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update b/bin/update
index 1792bab60..d423fcdfa 100755
--- a/bin/update
+++ b/bin/update
@@ -42,8 +42,8 @@ def calcversions():
# Returns a tuple of (lastversion, thisversion). If the last version
# could not be determined, lastversion will be FRESH or NOTFRESH,
# depending on whether this installation appears to be fresh or not. The
- # determining factor is whether there are files in the $prefix/logs subdir
- # or not. The version numbers are HEX_VERSIONs.
+ # determining factor is whether there are files in the $var_prefix/logs
+ # subdir or not. The version numbers are HEX_VERSIONs.
#
# See if we stored the last updated version
lastversion = None