Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cups
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
cups
Commits
86772624
Commit
86772624
authored
Jul 29, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cups to 2.3.3
parent
1d0ad7ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Makefile
Makefile
+11
-11
cups-2.3.3-source.tar.gz
cups-2.3.3-source.tar.gz
+0
-0
No files found.
Makefile
View file @
86772624
...
...
@@ -21,21 +21,21 @@ all: pam-cups
ln
-sv
/data/etc/shadow /etc/shadow
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
tar
xf cups-2.
2.11
-source.tar.gz
cd
cups-2.
2.11
&&
sed
-i
's:555:755:g;s:444:644:g'
Makedefs.in
cd
cups-2.
2.11
&&
sed
-i
'/MAN.EXT/s:.gz::g'
configure config-scripts/cups-manpages.m4
cd
cups-2.
2.11
&&
aclocal
-I
config-scripts
cd
cups-2.
2.11
&&
autoconf
-I
config-scripts
cd
cups-2.
2.11
&&
CC
=
gcc ./configure
--libdir
=
/usr/lib
--with-rcdir
=
/tmp/cupsinit
--with-system-groups
=
lpadmin
--with-docdir
=
/usr/share/cups/doc-2.2.11
$(MAKE)
-C
cups-2.
2.11
cd
cups-2.
2.11
&&
chown
-Rv
nobody
.
&&
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -k check"
$(MAKE)
-C
cups-2.
2.11
install
tar
xf cups-2.
3.3
-source.tar.gz
cd
cups-2.
3.3
&&
sed
-i
's:555:755:g;s:444:644:g'
Makedefs.in
cd
cups-2.
3.3
&&
sed
-i
'/MAN.EXT/s:.gz::g'
configure config-scripts/cups-manpages.m4
cd
cups-2.
3.3
&&
aclocal
-I
config-scripts
cd
cups-2.
3.3
&&
autoconf
-I
config-scripts
cd
cups-2.
3.3
&&
CC
=
gcc ./configure
--libdir
=
/usr/lib
--with-rcdir
=
/tmp/cupsinit
--with-system-groups
=
lpadmin
--with-docdir
=
/usr/share/cups/doc-2.3.3
$(MAKE)
-C
cups-2.
3.3
cd
cups-2.
3.3
&&
chown
-Rv
nobody
.
&&
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -k check"
$(MAKE)
-C
cups-2.
3.3
install
rm
-rf
/tmp/cupsinit
ln
-svnf
../cups/doc-2.
2.11 /usr/share/doc/cups-2.2.11
ln
-svnf
../cups/doc-2.
3.3 /usr/share/doc/cups-2.3.3
@
echo
"ServerName /var/run/cups/cups.sock"
>
/etc/cups/client.conf
@
echo
"
$$
PAM_CUPS"
>
/etc/pam.d/cups
systemctl
enable
org.cups.cupsd
rm
-rf
cups-2.
2.11
rm
-rf
cups-2.
3.3
pam-cups
:
define
PAM_CUPS
...
...
cups-2.
2.11
-source.tar.gz
→
cups-2.
3.3
-source.tar.gz
View file @
86772624
No preview for this file type
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