diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-31 20:22:29 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-31 20:22:29 +0000 |
commit | c3270e164d1964d6ef32258dcbcbceda912add07 (patch) | |
tree | 2d060050000abf82bdaacc5d5f92048181af1aaf /packages/samba/files/config-h.patch | |
parent | 579a5fa166ce8915ca9e00c90a357f61771922d7 (diff) |
samba: Rework samba in preparation for separate AD support:
- Move mtab.patch and config-h.patch to files as they will work for 3.3.0
- Remove AD support, krb5 and openldap deps from 3.2.7
- Move the non-AD samba specific stuff into its own include file
- Ensure package conflicts with samba-ads, bump PR to pick this up
Diffstat (limited to 'packages/samba/files/config-h.patch')
-rw-r--r-- | packages/samba/files/config-h.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/samba/files/config-h.patch b/packages/samba/files/config-h.patch new file mode 100644 index 0000000000..eeb22684ee --- /dev/null +++ b/packages/samba/files/config-h.patch @@ -0,0 +1,12 @@ +diff -urN source.old//include/config.h.in source//include/config.h.in +--- source.old//include/config.h.in 2008-11-20 14:45:04.000000000 +0000 ++++ source//include/config.h.in 2008-11-30 21:04:17.990008933 +0000 +@@ -2672,7 +2672,7 @@ + #undef USE_SETEUID + + /* Whether setresuid() is available */ +-#undef USE_SETRESUID ++#define USE_SETRESUID 1 + + /* Whether setreuid() is available */ + #undef USE_SETREUID |