summaryrefslogtreecommitdiff
path: root/packages/uucp/files/policy.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/uucp/files/policy.patch
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
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 <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/uucp/files/policy.patch')
-rw-r--r--packages/uucp/files/policy.patch85
1 files changed, 0 insertions, 85 deletions
diff --git a/packages/uucp/files/policy.patch b/packages/uucp/files/policy.patch
deleted file mode 100644
index 26f1f172b8..0000000000
--- a/packages/uucp/files/policy.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-Index: uucp-1.07/policy.h
-===================================================================
---- uucp-1.07.orig/policy.h 2003-05-29 06:08:45.000000000 +0000
-+++ uucp-1.07/policy.h 2007-03-09 00:51:55.000000000 +0000
-@@ -240,7 +240,7 @@
- the sendmail choice below. Otherwise, select one of the other
- choices as appropriate. */
- #if 1
--#define MAIL_PROGRAM "/usr/lib/sendmail -t"
-+#define MAIL_PROGRAM "/usr/sbin/sendmail -oi -t"
- /* #define MAIL_PROGRAM "/usr/sbin/sendmail -t" */
- #define MAIL_PROGRAM_TO_BODY 1
- #define MAIL_PROGRAM_SUBJECT_BODY 1
-@@ -302,7 +302,7 @@
- /* #define LOCKDIR "/usr/spool/locks" */
- /* #define LOCKDIR "/usr/spool/uucp/LCK" */
- /* #define LOCKDIR "/var/spool/lock" */
--/* #define LOCKDIR "/var/lock" */
-+#define LOCKDIR "/var/lock"
-
- /* You must also specify the format of the lock files by setting
- exactly one of the following macros to 1. Check an existing lock
-@@ -349,7 +349,7 @@
- The format for QNX lock files was made up just for Taylor UUCP.
- QNX doesn't come with a version of UUCP. */
- #define HAVE_V2_LOCKFILES 0
--#define HAVE_HDB_LOCKFILES 0
-+#define HAVE_HDB_LOCKFILES 1
- #define HAVE_SCO_LOCKFILES 0
- #define HAVE_SVR4_LOCKFILES 0
- #define HAVE_SEQUENT_LOCKFILES 0
-@@ -466,8 +466,8 @@
- When looking something up (a system, a port, etc.) the new style
- configuration files will be read first, followed by the V2
- configuration files, followed by the HDB configuration files. */
--#define HAVE_V2_CONFIG 0
--#define HAVE_HDB_CONFIG 0
-+#define HAVE_V2_CONFIG 1
-+#define HAVE_HDB_CONFIG 1
-
- /* Exactly one of the following macros must be set to 1. The exact
- format of the spool directories is explained in unix/spool.c.
-@@ -572,7 +572,7 @@
- /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is
- set to 1, this may be overridden by the ``spool'' command in the
- configuration file. */
--#define SPOOLDIR "/usr/spool/uucp"
-+#define SPOOLDIR "/var/spool/uucp"
- /* #define SPOOLDIR "/var/spool/uucp" */
-
- /* The name of the default public directory. If HAVE_TAYLOR_CONFIG is
-@@ -580,7 +580,7 @@
- configuration file. Also, a particular system may be given a
- specific public directory by using the ``pubdir'' command in the
- system file. */
--#define PUBDIR "/usr/spool/uucppublic"
-+#define PUBDIR "/var/spool/uucppublic"
- /* #define PUBDIR "/var/spool/uucppublic" */
-
- /* The default command path. This is a space separated list of
-@@ -644,21 +644,21 @@
- /* The default log file when using HAVE_TAYLOR_LOGGING. When using
- HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
- command in the configuration file. */
--#define LOGFILE "/usr/spool/uucp/Log"
-+#define LOGFILE "/var/spool/uucp/Log"
- /* #define LOGFILE "/var/spool/uucp/Log" */
- /* #define LOGFILE "/var/log/uucp/Log" */
-
- /* The default statistics file when using HAVE_TAYLOR_LOGGING. When
- using HAVE_TAYLOR_CONFIG, this may be overridden by the
- ``statfile'' command in the configuration file. */
--#define STATFILE "/usr/spool/uucp/Stats"
-+#define STATFILE "/var/spool/uucp/Stats"
- /* #define STATFILE "/var/spool/uucp/Stats" */
- /* #define STATFILE "/var/log/uucp/Stats" */
-
- /* The default debugging file when using HAVE_TAYLOR_LOGGING. When
- using HAVE_TAYLOR_CONFIG, this may be overridden by the
- ``debugfile'' command in the configuration file. */
--#define DEBUGFILE "/usr/spool/uucp/Debug"
-+#define DEBUGFILE "/var/spool/uucp/Debug"
- /* #define DEBUGFILE "/var/spool/uucp/Debug" */
- /* #define DEBUGFILE "/var/log/uucp/Debug" */
-