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
1d0ad7ca
Commit
1d0ad7ca
authored
Oct 18, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cups to 2.2.11
parent
0735b3f9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Makefile
Makefile
+11
-11
cups-2.2.11-source.tar.gz
cups-2.2.11-source.tar.gz
+0
-0
No files found.
Makefile
View file @
1d0ad7ca
...
@@ -21,21 +21,21 @@ all: pam-cups
...
@@ -21,21 +21,21 @@ all: pam-cups
ln
-sv
/data/etc/shadow /etc/shadow
ln
-sv
/data/etc/shadow /etc/shadow
mv
-v
/etc/gshadow /data/etc/gshadow
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
tar
xf cups-2.2.
7
-source.tar.gz
tar
xf cups-2.2.
11
-source.tar.gz
cd
cups-2.2.
7
&&
sed
-i
's:555:755:g;s:444:644:g'
Makedefs.in
cd
cups-2.2.
11
&&
sed
-i
's:555:755:g;s:444:644:g'
Makedefs.in
cd
cups-2.2.
7
&&
sed
-i
'/MAN.EXT/s:.gz::g'
configure config-scripts/cups-manpages.m4
cd
cups-2.2.
11
&&
sed
-i
'/MAN.EXT/s:.gz::g'
configure config-scripts/cups-manpages.m4
cd
cups-2.2.
7
&&
aclocal
-I
config-scripts
cd
cups-2.2.
11
&&
aclocal
-I
config-scripts
cd
cups-2.2.
7
&&
autoconf
-I
config-scripts
cd
cups-2.2.
11
&&
autoconf
-I
config-scripts
cd
cups-2.2.
7
&&
CC
=
gcc ./configure
--libdir
=
/usr/lib
--with-rcdir
=
/tmp/cupsinit
--with-system-groups
=
lpadmin
--with-docdir
=
/usr/share/cups/doc-2.2.7
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.
7
$(MAKE)
-C
cups-2.2.
11
cd
cups-2.2.
7
&&
chown
-Rv
nobody
.
&&
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -k check"
cd
cups-2.2.
11
&&
chown
-Rv
nobody
.
&&
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -k check"
$(MAKE)
-C
cups-2.2.
7
install
$(MAKE)
-C
cups-2.2.
11
install
rm
-rf
/tmp/cupsinit
rm
-rf
/tmp/cupsinit
ln
-svnf
../cups/doc-2.2.
7 /usr/share/doc/cups-2.2.7
ln
-svnf
../cups/doc-2.2.
11 /usr/share/doc/cups-2.2.11
@
echo
"ServerName /var/run/cups/cups.sock"
>
/etc/cups/client.conf
@
echo
"ServerName /var/run/cups/cups.sock"
>
/etc/cups/client.conf
@
echo
"
$$
PAM_CUPS"
>
/etc/pam.d/cups
@
echo
"
$$
PAM_CUPS"
>
/etc/pam.d/cups
systemctl
enable
org.cups.cupsd
systemctl
enable
org.cups.cupsd
rm
-rf
cups-2.2.
7
rm
-rf
cups-2.2.
11
pam-cups
:
pam-cups
:
define
PAM_CUPS
define
PAM_CUPS
...
...
cups-2.2.
7
-source.tar.gz
→
cups-2.2.
11
-source.tar.gz
View file @
1d0ad7ca
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