
Modified pam-config package to add support to Debian packaging. Test Plan: PASS: Package installed and ISO built sucessfully PASS: Package files were copied with right permissions Story: 2009256 Task: 43544 Signed-off-by: Yan Kabuki <Yan.HiroakiKabuki@windriver.com> Change-Id: I1bc1704f795a9ca477aee479c83074bbbdf10a42
9 lines
145 B
Bash
9 lines
145 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp /usr/share/starlingx/system-auth.pamd /etc/pam.d/system-auth
|
|
cp /usr/share/starlingx/sshd.pam /etc/pam.d/sshd
|
|
|
|
#DEBHELPER#
|