r17017 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17016‎ | r17017 | r17018 >
Date:21:41, 14 October 2006
Author:mark
Status:old
Tags:
Comment:
wikimedia-base (0.06) dapper; urgency=low

* Force the default editor to be vim, regardless of whether we
pull in joe or not. We want Brion happy, but not *that* happy...
Modified paths:
  • /trunk/debs/wikimedia-base/debian/changelog (modified) (history)
  • /trunk/debs/wikimedia-base/debian/postinst (modified) (history)

Diff [purge]

Index: trunk/debs/wikimedia-base/debian/postinst
@@ -88,6 +88,11 @@
8989 db_set ssmtp/mailhub "$MAILHUB"
9090 dpkg-reconfigure ssmtp
9191 fi
 92+
 93+ # Default editor joe? wtf!?
 94+ update-alternatives --install /usr/bin/editor editor /usr/bin/vim 75 \
 95+ --slave /usr/share/man/man1/editor.1.gz editor.1.gz \
 96+ /usr/share/man/man1/vim.1.gz
9297 ;;
9398
9499 abort-upgrade|abort-remove|abort-deconfigure)
Index: trunk/debs/wikimedia-base/debian/changelog
@@ -1,3 +1,10 @@
 2+wikimedia-base (0.06) dapper; urgency=low
 3+
 4+ * Force the default editor to be vim, regardless of whether we
 5+ pull in joe or not. We want Brion happy, but not *that* happy...
 6+
 7+ -- Mark Bergsma <mark@wikimedia.org> Sat, 14 Oct 2006 21:35:20 +0000
 8+
29 wikimedia-base (0.05) dapper; urgency=low
310
411 * Depend on ssmtp | mail-transport-agent to get a (minimal) MTA