source: trunk/debathena/config/nmh-config/debian/inc.debathena @ 24759

Revision 24759, 255 bytes checked in by broder, 14 years ago (diff)
In nmh-config: * exec inc.debathena-orig with argv[0] set to inc, so that it can correctly detect what it's being run as.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2if ! [ -e ~/.config/debathena/nmh-in-path ]; then
3    mkdir -p ~/.config/debathena >/dev/null 2>&1 && echo yes > ~/.config/debathena/nmh-in-path
4fi
5exec -a inc /usr/bin/mh/inc.debathena-orig -host "${ATHENA_USER:-$USER}.mail.mit.edu" -sasl "$@"
Note: See TracBrowser for help on using the repository browser.