diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-02-18 16:47:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-02-18 16:47:04 +0800 |
commit | fe4fb668bae806b909273ede26cc1dcfaaf6dff7 (patch) | |
tree | 0c0ab3f10c3c9831582f1cdac6114f20106665f9 /print/cups-base | |
parent | f63af3d05f6ccec6b976157be2a6465527679469 (diff) | |
download | freebsd-ports-gnome-fe4fb668bae806b909273ede26cc1dcfaaf6dff7.tar.gz freebsd-ports-gnome-fe4fb668bae806b909273ede26cc1dcfaaf6dff7.tar.zst freebsd-ports-gnome-fe4fb668bae806b909273ede26cc1dcfaaf6dff7.zip |
- add missing patch
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/files/patch-cups.pam | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/print/cups-base/files/patch-cups.pam b/print/cups-base/files/patch-cups.pam new file mode 100644 index 000000000000..f048f24523e6 --- /dev/null +++ b/print/cups-base/files/patch-cups.pam @@ -0,0 +1,7 @@ +--- data/cups.pam.orig 2010-11-18 16:24:16.000000000 +0100 ++++ data/cups.pam 2010-11-18 16:24:50.000000000 +0100 +@@ -1,2 +1,2 @@ +-auth required /lib/security/pam_pwdb.so nullok shadow +-account required /lib/security/pam_pwdb.so ++auth include system ++account include system |