diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /base-passwd | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'base-passwd')
-rw-r--r-- | base-passwd/base-passwd-3.5.7/configure.patch | 23 | ||||
-rw-r--r-- | base-passwd/base-passwd-3.5.7/nobash.patch | 13 |
2 files changed, 36 insertions, 0 deletions
diff --git a/base-passwd/base-passwd-3.5.7/configure.patch b/base-passwd/base-passwd-3.5.7/configure.patch index e69de29bb2..1cddfbea26 100644 --- a/base-passwd/base-passwd-3.5.7/configure.patch +++ b/base-passwd/base-passwd-3.5.7/configure.patch @@ -0,0 +1,23 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- base-passwd-3.5.4/configure.in~configure ++++ base-passwd-3.5.4/configure.in +@@ -1,5 +1,6 @@ + dnl Initialize the autoconf process +-AC_INIT(update-passwd.c) ++AC_INIT ++AC_CONFIG_SRCDIR([update-passwd.c]) + AC_CONFIG_HEADER(config.h) + AC_PREFIX_DEFAULT(/usr) + +@@ -12,5 +13,6 @@ + AC_CHECK_FUNCS(putgrent) + + dnl Finally output everything +-AC_OUTPUT(Makefile) ++AC_CONFIG_FILES([Makefile]) ++AC_OUTPUT + diff --git a/base-passwd/base-passwd-3.5.7/nobash.patch b/base-passwd/base-passwd-3.5.7/nobash.patch index e69de29bb2..85b2f6417d 100644 --- a/base-passwd/base-passwd-3.5.7/nobash.patch +++ b/base-passwd/base-passwd-3.5.7/nobash.patch @@ -0,0 +1,13 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- base-passwd-3.5.4/passwd.master~nobash ++++ base-passwd-3.5.4/passwd.master +@@ -1,4 +1,4 @@ +-root::0:0:root:/root:/bin/bash ++root::0:0:root:/root:/bin/sh + daemon:*:1:1:daemon:/usr/sbin:/bin/sh + bin:*:2:2:bin:/bin:/bin/sh + sys:*:3:3:sys:/dev:/bin/sh |