Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
Linux-PAM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
Linux-PAM
Commits
86dbe068
You need to sign in or sign up before continuing.
Commit
86dbe068
authored
Aug 14, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Linux-PAM to 1.5.1
parent
f0f85b01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Linux-PAM-1.4.0.tar.xz
Linux-PAM-1.4.0.tar.xz
+0
-0
Linux-PAM-1.5.1.tar.xz
Linux-PAM-1.5.1.tar.xz
+0
-0
Makefile
Makefile
+6
-6
No files found.
Linux-PAM-1.4.0.tar.xz
deleted
100644 → 0
View file @
f0f85b01
File deleted
Linux-PAM-1.5.1.tar.xz
0 → 100644
View file @
86dbe068
File added
Makefile
View file @
86dbe068
all
:
pam.d-other
tar
xf Linux-PAM-1.
4.0
.tar.xz
cd
Linux-PAM-1.
4.0
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--libdir
=
/usr/lib
--disable-regenerate-docu
--enable-securedir
=
/lib/security
--docdir
=
/usr/share/doc/Linux-PAM-1.4.0
$(MAKE)
-C
Linux-PAM-1.
4.0
tar
xf Linux-PAM-1.
5.1
.tar.xz
cd
Linux-PAM-1.
5.1
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--libdir
=
/usr/lib
--disable-regenerate-docu
--enable-securedir
=
/lib/security
--docdir
=
/usr/share/doc/Linux-PAM-1.5.1
$(MAKE)
-C
Linux-PAM-1.
5.1
install
-v
-m755
-d
/etc/pam.d
@
echo
"
$$
PAM_OTHER"
>
/etc/pam.d/other
$(MAKE)
-C
Linux-PAM-1.
4.0
check
$(MAKE)
-C
Linux-PAM-1.
5.1
check
rm
-fv
/etc/pam.d/
*
$(MAKE)
-C
Linux-PAM-1.
4.0
install
$(MAKE)
-C
Linux-PAM-1.
5.1
install
chmod
-v
4755 /sbin/unix_chkpwd
for
file
in
pam pam_misc pamc
;
do
\
mv
-v
/usr/lib/lib
$
${file}
.so.
*
/lib
;
\
...
...
@@ -14,7 +14,7 @@ all: pam.d-other
done
cp
/usr/share/factory/etc/pam.d/system-auth /etc/pam.d/system-auth
cp
/usr/share/factory/etc/pam.d/other /etc/pam.d/other
rm
-rf
Linux-PAM-1.
4.0
rm
-rf
Linux-PAM-1.
5.1
pam.d-other
:
define
PAM_OTHER
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment