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
f0f85b01
Commit
f0f85b01
authored
Jul 29, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Linux-PAM to 1.4.0
parent
a125dcb6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Linux-PAM-1.3.1.tar.xz
Linux-PAM-1.3.1.tar.xz
+0
-0
Linux-PAM-1.4.0.tar.xz
Linux-PAM-1.4.0.tar.xz
+0
-0
Makefile
Makefile
+6
-6
No files found.
Linux-PAM-1.3.1.tar.xz
deleted
100644 → 0
View file @
a125dcb6
File deleted
Linux-PAM-1.4.0.tar.xz
0 → 100644
View file @
f0f85b01
File added
Makefile
View file @
f0f85b01
all
:
pam.d-other
all
:
pam.d-other
tar
xf Linux-PAM-1.
3.1
.tar.xz
tar
xf Linux-PAM-1.
4.0
.tar.xz
cd
Linux-PAM-1.
3.1
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--libdir
=
/usr/lib
--disable-regenerate-docu
--enable-securedir
=
/lib/security
--docdir
=
/usr/share/doc/Linux-PAM-1.3.1
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.
3.1
$(MAKE)
-C
Linux-PAM-1.
4.0
install
-v
-m755
-d
/etc/pam.d
install
-v
-m755
-d
/etc/pam.d
@
echo
"
$$
PAM_OTHER"
>
/etc/pam.d/other
@
echo
"
$$
PAM_OTHER"
>
/etc/pam.d/other
$(MAKE)
-C
Linux-PAM-1.
3.1
check
$(MAKE)
-C
Linux-PAM-1.
4.0
check
rm
-fv
/etc/pam.d/
*
rm
-fv
/etc/pam.d/
*
$(MAKE)
-C
Linux-PAM-1.
3.1
install
$(MAKE)
-C
Linux-PAM-1.
4.0
install
chmod
-v
4755 /sbin/unix_chkpwd
chmod
-v
4755 /sbin/unix_chkpwd
for
file
in
pam pam_misc pamc
;
do
\
for
file
in
pam pam_misc pamc
;
do
\
mv
-v
/usr/lib/lib
$
${file}
.so.
*
/lib
;
\
mv
-v
/usr/lib/lib
$
${file}
.so.
*
/lib
;
\
...
@@ -14,7 +14,7 @@ all: pam.d-other
...
@@ -14,7 +14,7 @@ all: pam.d-other
done
done
cp
/usr/share/factory/etc/pam.d/system-auth /etc/pam.d/system-auth
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
cp
/usr/share/factory/etc/pam.d/other /etc/pam.d/other
rm
-rf
Linux-PAM-1.
3.1
rm
-rf
Linux-PAM-1.
4.0
pam.d-other
:
pam.d-other
:
define
PAM_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