This commit was generated by cvs2svn to compensate for changes in r9511,
authorSam Hartman <hartmans@mit.edu>
Fri, 22 Nov 1996 13:58:39 +0000 (13:58 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 22 Nov 1996 13:58:39 +0000 (13:58 +0000)
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9512 dc483132-0cff-0310-8789-dd5450dbe970

src/util/send-pr/send-pr.sh

index 96a9c2448a1b2ead4cd8c71b3fe8a7d9e12f2e83..7514462dcd3937f0b23f53d4c6d27ea5ffcd3823 100644 (file)
@@ -31,7 +31,7 @@ SUBMITTER=@SUBMITTER@
 GNATS_ROOT=
 
 # The default mail address for PR submissions. 
-GNATS_ADDR=krb5-bugs@mit.edu
+GNATS_ADDR=bugs
 
 # Where the gnats category tree lives.
 DATADIR=@DATADIR@
@@ -55,17 +55,17 @@ GNATS_SITE=mit
 
 # What mailer to use.  This must come after the config file, since it is
 # host-dependent.
-MAIL_AGENT="/usr/sbin/sendmail -oi -t"
-if [ ! -x `echo $MAIL_AGENT|sed 's/ .*//'` ] ; then
-    ( [ -x /usr/lib/sendmail ] && MAIL_AGENT="/usr/lib/sendmail -oi -t" ) || \
-     ( [ -x /usr/sbin/sendmail ] && MAIL_AGENT="/usr/sbin/sendmail -oi -t " ) || \
+MAIL_AGENT="/usr/lib/sendmail -oi -t"
+if [ ! -r `echo $MAIL_AGENT|sed 's/ .*//'` ] ; then
+    ( [ -r /usr/lib/sendmail ] && MAIL_AGENT="/usr/lib/sendmail -oi -t" ) || \
+     ( [ -r /usr/sbin/sendmail ] && MAIL_AGENT="/usr/sbin/sendmail -oi -t " ) || \
      MAIL_AGENT="sendmail -oi -t "
 fi
 
 # How to read the passwd database.
 PASSWD="cat /etc/passwd"
 
-ECHON=bsd
+ECHON=sysv
 
 if [ $ECHON = bsd ] ; then
   ECHON1="echo -n"