diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 21:48:58 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 21:48:58 +0000 |
commit | 974e57bd6d12464c6077943ee719f815eb3e12a7 (patch) | |
tree | 9cf307507c6b530271347a8488cfbfe71549af6d | |
parent | cee639345e107cb43a06d53be0dfe73d8f8174f2 (diff) |
Notes
-rw-r--r-- | mail/postfix-current/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix1/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix20/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix21/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix22/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix23/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix24/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix25/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix26/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 6 |
12 files changed, 36 insertions, 36 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 075d6d51784d..f96c5b06556c 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -56,13 +56,13 @@ do-install: @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ - ${PREFIX}/libexec/postfix/$$f ;\ + ${INSTALL} -C -o root -g wheel -m 0755 -s \ + ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ |