From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/postfix/files/install.patch | 63 ------------------- packages/postfix/files/internal_recipient | 2 - packages/postfix/files/main.cf_2.0 | 101 ------------------------------ packages/postfix/files/makedefs.patch | 16 ----- packages/postfix/files/postfix | 31 --------- packages/postfix/files/volatiles | 15 ----- 6 files changed, 228 deletions(-) delete mode 100644 packages/postfix/files/install.patch delete mode 100644 packages/postfix/files/internal_recipient delete mode 100644 packages/postfix/files/main.cf_2.0 delete mode 100644 packages/postfix/files/makedefs.patch delete mode 100755 packages/postfix/files/postfix delete mode 100644 packages/postfix/files/volatiles (limited to 'packages/postfix/files') diff --git a/packages/postfix/files/install.patch b/packages/postfix/files/install.patch deleted file mode 100644 index baffcce0e8..0000000000 --- a/packages/postfix/files/install.patch +++ /dev/null @@ -1,63 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- postfix-2.0.15/postfix-install~install.patch -+++ postfix-2.0.15/postfix-install -@@ -187,8 +187,8 @@ - exit 1 - } - --test -x bin/postconf || { -- echo $0: Error: no bin/postconf file. Did you forget to run \"make\"? 1>&2 -+test -x $POSTCONF || { -+ echo $0: Error: no $POSTCONF file. Did you forget to run \"make\"? 1>&2 - exit 1 - } - -@@ -336,7 +336,7 @@ - - : ${install_root=/} - : ${tempdir=`pwd`} --: ${config_directory=`bin/postconf -h -d config_directory`} -+: ${config_directory=`$POSTCONF -h -d config_directory`} - - # Find out the location of installed configuration files. - -@@ -399,7 +399,7 @@ - case "$junk" in - "") eval unset $name;; - esac -- eval : \${$name=\`bin/postconf -c $CONFIG_DIRECTORY -h $name\`} || -+ eval : \${$name=\`$POSTCONF -c $CONFIG_DIRECTORY -h $name\`} || - exit 1 - done - } -@@ -414,7 +414,7 @@ - case "$junk" in - "") eval unset $name;; - esac -- eval : \${$name=\`bin/postconf -d -h $name\`} || exit 1 -+ eval : \${$name=\`$POSTCONF -d -h $name\`} || exit 1 - done - - # Override settings manually. -@@ -521,6 +521,8 @@ - SAMPLE_DIRECTORY=$install_root$sample_directory - README_DIRECTORY=$install_root$readme_directory - -+test "x$POSTCONF" != "x" || POSTCONF="bin/postconf" -+ - # Avoid repeated tests for existence of these; default permissions suffice. - - test -d $DAEMON_DIRECTORY || mkdir -p $DAEMON_DIRECTORY || exit 1 -@@ -639,7 +641,7 @@ - # Postfix releases, and software should not suddenly be installed in - # the wrong place when Postfix is being upgraded. - --bin/postconf -c $CONFIG_DIRECTORY -e \ -+$POSTCONF -c $CONFIG_DIRECTORY -e \ - "daemon_directory = $daemon_directory" \ - "command_directory = $command_directory" \ - "queue_directory = $queue_directory" \ diff --git a/packages/postfix/files/internal_recipient b/packages/postfix/files/internal_recipient deleted file mode 100644 index 0d11944beb..0000000000 --- a/packages/postfix/files/internal_recipient +++ /dev/null @@ -1,2 +0,0 @@ -root@ permit_mynetworks,reject - diff --git a/packages/postfix/files/main.cf_2.0 b/packages/postfix/files/main.cf_2.0 deleted file mode 100644 index 1a6ddabbf3..0000000000 --- a/packages/postfix/files/main.cf_2.0 +++ /dev/null @@ -1,101 +0,0 @@ -#!/bin/sh -cat < include file found." 1>&2 - echo "Install the appropriate db*-devel package first." 1>&2 - echo "See the RELEASE_NOTES file for more information." 1>&2 -- exit 1 -+ #exit 1 - fi - # GDBM locks the DBM .pag file after open. This breaks postmap. - # if [ -f /usr/include/gdbm-ndbm.h ] diff --git a/packages/postfix/files/postfix b/packages/postfix/files/postfix deleted file mode 100755 index 2fd5ba7007..0000000000 --- a/packages/postfix/files/postfix +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -case "$1" in - - start) - echo "Starting Postfix..." - postfix start - ;; - - stop) - echo "Stopping Postfix..." - postfix stop - ;; - - reload) - echo "Reloading Postfix..." - postfix reload - ;; - - restart) - $0 stop - sleep 1 - $0 start - ;; - - *) - echo "Usage: $0 {start|stop|reload|restart}" - exit 1 - ;; -esac - diff --git a/packages/postfix/files/volatiles b/packages/postfix/files/volatiles deleted file mode 100644 index bc330c99bd..0000000000 --- a/packages/postfix/files/volatiles +++ /dev/null @@ -1,15 +0,0 @@ -d postfix nogroup 2755 /var/spool/mail none -d root postfix 0755 /var/spool/postfix none -d postfix root 0700 /var/spool/postfix/active none -d postfix root 0700 /var/spool/postfix/bounce none -d postfix root 0700 /var/spool/postfix/corrupt none -d postfix root 0700 /var/spool/postfix/defer none -d postfix root 0700 /var/spool/postfix/deferred none -d postfix root 0700 /var/spool/postfix/flush none -d postfix root 0700 /var/spool/postfix/hold none -d postfix root 0700 /var/spool/postfix/incoming none -d postfix postdrop 0730 /var/spool/postfix/maildrop none -d root root 0755 /var/spool/postfix/pid none -d postfix root 0700 /var/spool/postfix/private none -d postfix postdrop 0710 /var/spool/postfix/public none -d root root 0755 /var/spool/vmail none -- cgit v1.2.3