Skip to content

Commit

Permalink
Linux-PAM: Strip trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 26, 2018
1 parent 7a6195d commit 6e8737f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Linux-PAM-1.3.0-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ mee_install() {
ln -s /lib/security/pam_gnome_keyring.so $D$LIBDIR/security/

# just samples, to not overwrite config

for i in ${SYSCONFDIR}/environment ${SYSCONFDIR}/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} ; do
mv -v ${D}${i}{,.sample}
done

}

0 comments on commit 6e8737f

Please sign in to comment.