diff options
| author | bwarsaw | 2001-12-24 20:18:13 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-12-24 20:18:13 +0000 |
| commit | b457bf5cff1bb946ff10cb70d9df4789ec840329 (patch) | |
| tree | 0c6ba684026d1297aef925f58932433801ee4ffb /bin | |
| parent | 4def779a116c56b6627ccac2248dd2a470d9270e (diff) | |
| download | mailman-b457bf5cff1bb946ff10cb70d9df4789ec840329.tar.gz mailman-b457bf5cff1bb946ff10cb70d9df4789ec840329.tar.zst mailman-b457bf5cff1bb946ff10cb70d9df4789ec840329.zip | |
main(): Get rid of the mail/wrapper program; it's been renamed to
mail/mailman.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update index db97d5919..707ada38d 100755 --- a/bin/update +++ b/bin/update @@ -391,7 +391,7 @@ def main(): 'Mailman/HyperDatabase.py', 'Mailman/pipermail.py', 'Mailman/smtplib.py', 'Mailman/Cookie.py', 'bin/update_to_10b6', 'scripts/mailcmd', - 'scripts/mailowner'): + 'scripts/mailowner', 'mail/wrapper'): remove_old_sources(mod) listnames = Utils.list_names() if not listnames: |
