aboutsummaryrefslogtreecommitdiff
path: root/mail/smtpd/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-03 23:30:35 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-03 23:30:35 +0000
commitfda894de422b4100d585950a41f2aa23d44edd4d (patch)
treef90c8ce71ffe43ff2e4ddb63f883c5e624b917fa /mail/smtpd/files
parent3beadf2660ca14f0d691aff5bd26fe1eb14fc255 (diff)
Notes
Diffstat (limited to 'mail/smtpd/files')
-rw-r--r--mail/smtpd/files/patch-ab16
-rw-r--r--mail/smtpd/files/smtpd.sh2
2 files changed, 17 insertions, 1 deletions
diff --git a/mail/smtpd/files/patch-ab b/mail/smtpd/files/patch-ab
new file mode 100644
index 000000000000..a59be0babfff
--- /dev/null
+++ b/mail/smtpd/files/patch-ab
@@ -0,0 +1,16 @@
+--- smtpfwdd.c.org Wed Jun 17 21:21:10 1998
++++ smtpfwdd.c Wed Jun 17 21:21:22 1998
+@@ -43,12 +43,12 @@
+ "Copyright 1996 - Obtuse Systems Corporation - All rights reserved.";
+ char *obtuse_rcsid = "$Id: smtpfwdd.c,v 1.35 1997/12/12 04:07:49 beck Exp $";
+
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <signal.h>
+ #include <dirent.h>
+ #include <pwd.h>
+ #include <grp.h>
+-#include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+ #include <sys/stat.h>
diff --git a/mail/smtpd/files/smtpd.sh b/mail/smtpd/files/smtpd.sh
index a902971eb00d..3aaf433a31d4 100644
--- a/mail/smtpd/files/smtpd.sh
+++ b/mail/smtpd/files/smtpd.sh
@@ -3,7 +3,7 @@
if [ $# -eq 0 -o "$1" = "start" ]; then
if [ -x !!PREFIX!!/sbin/smtpfwdd ] ; then
!!PREFIX!!/sbin/smtpfwdd
- echo " smtpfwdd"
+ echo -n " smtpfwdd"
fi
fi
if [ "$1" = "stop" ]; then