diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-25 17:43:51 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:25:57 -0800 |
commit | 291c51e0af886e1ae25e210bd0bcc1c0e6d8be5a (patch) | |
tree | b2743c991510167b6328f4690df65b7266b53695 | |
parent | d907c391598ff1e9451ed52475c0c2bd1ca51093 (diff) | |
download | pam-291c51e0af886e1ae25e210bd0bcc1c0e6d8be5a.tar.gz pam-291c51e0af886e1ae25e210bd0bcc1c0e6d8be5a.tar.bz2 pam-291c51e0af886e1ae25e210bd0bcc1c0e6d8be5a.zip |
Include changes to pam_limits/README in the patch, since they end up in the
package anyway and this gives us a cleaner ./debian/rules clean
-rw-r--r-- | debian/patches-applied/027_pam_limits_better_init_allow_explicit_root | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches-applied/027_pam_limits_better_init_allow_explicit_root b/debian/patches-applied/027_pam_limits_better_init_allow_explicit_root index 1d5086a8..07e383ec 100644 --- a/debian/patches-applied/027_pam_limits_better_init_allow_explicit_root +++ b/debian/patches-applied/027_pam_limits_better_init_allow_explicit_root @@ -220,3 +220,16 @@ Index: pam.deb/modules/pam_limits/limits.conf.5 * hard rss 10000 @student hard nproc 20 @faculty soft nproc 20 +Index: pam.deb/modules/pam_limits/README +=================================================================== +--- pam.deb.orig/modules/pam_limits/README 2009-08-24 20:18:05 +0000 ++++ pam.deb/modules/pam_limits/README 2009-08-26 00:32:41 +0000 +@@ -55,6 +55,7 @@ + limits.conf. + + * soft core 0 ++root hard core 100000 + * hard rss 10000 + @student hard nproc 20 + @faculty soft nproc 20 + |