1 diff -ruN uw-imap-2006b.dfsg.orig/src/imapd/imapd.8 uw-imap-2006b.dfsg/src/imapd/imapd.8
2 --- uw-imap-2006b.dfsg.orig/src/imapd/imapd.8 2006-10-09 18:48:56.000000000 +0200
3 +++ uw-imap-2006b.dfsg/src/imapd/imapd.8 2006-10-09 19:22:42.000000000 +0200
6 IMAPd \- Internet Message Access Protocol server
12 is a server which supports the
14 by many Unix-based clients. To do this, the
16 binary must have a link to
19 since this is where this software expects it to be located.
22 diff -ruN uw-imap-2006b.dfsg.orig/src/ipopd/ipopd.8 uw-imap-2006b.dfsg/src/ipopd/ipopd.8
23 --- uw-imap-2006b.dfsg.orig/src/ipopd/ipopd.8 2006-10-09 18:48:56.000000000 +0200
24 +++ uw-imap-2006b.dfsg/src/ipopd/ipopd.8 2006-10-09 19:22:42.000000000 +0200
27 IPOPd \- Post Office Protocol server
37 diff -ruN uw-imap-2006b.dfsg.orig/src/osdep/unix/tcp_unix.c uw-imap-2006b.dfsg/src/osdep/unix/tcp_unix.c
38 --- uw-imap-2006b.dfsg.orig/src/osdep/unix/tcp_unix.c 2006-10-09 18:48:56.000000000 +0200
39 +++ uw-imap-2006b.dfsg/src/osdep/unix/tcp_unix.c 2006-10-09 19:22:42.000000000 +0200
41 /* return immediately if ssh disabled */
42 if (!(sshpath && (ti = sshtimeout))) return NIL;
43 /* ssh command prototype defined yet? */
44 - if (!sshcommand) sshcommand = cpystr ("%s %s -l %s exec /etc/r%sd");
45 + if (!sshcommand) sshcommand = cpystr ("%s %s -l %s exec /usr/sbin/r%sd");
48 else if (rshpath && (ti = rshtimeout)) {
49 /* rsh command prototype defined yet? */
50 - if (!rshcommand) rshcommand = cpystr ("%s %s -l %s exec /etc/r%sd");
51 + if (!rshcommand) rshcommand = cpystr ("%s %s -l %s exec /usr/sbin/r%sd");
53 else return NIL; /* rsh disabled */
54 /* look like domain literal? */