Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
man-db
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
man-db
Commits
19d35412
Commit
19d35412
authored
Feb 01, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed find path
parent
5d2ca06d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Makefile
Makefile
+1
-0
man-db-2.9.2-fix_find_location.patch
man-db-2.9.2-fix_find_location.patch
+12
-0
No files found.
Makefile
View file @
19d35412
all
:
tar
xf man-db-2.9.2.tar.xz
patch
-Np1
-d
man-db-2.9.2 < man-db-2.9.2-fix_find_location.patch
cd
man-db-2.9.2
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/man-db-2.9.2
--sysconfdir
=
/etc
--disable-setuid
--enable-cache-owner
=
bin
--with-browser
=
/usr/bin/lynx
--with-vgrind
=
/usr/bin/vgrind
--with-grap
=
/usr/bin/grap
$(MAKE)
-C
man-db-2.9.2
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
...
...
man-db-2.9.2-fix_find_location.patch
0 → 100644
View file @
19d35412
diff -uNr man-db-2.9.2/init/systemd/man-db.service.in man-db-2.9.2-fix_find_location/init/systemd/man-db.service.in
--- man-db-2.9.2/init/systemd/man-db.service.in 2020-01-02 01:41:59.000000000 +1030
+++ man-db-2.9.2-fix_find_location/init/systemd/man-db.service.in 2022-02-01 19:18:31.414052273 +1030
@@ -8,7 +8,7 @@
# Recover from deletion, per FHS.
ExecStart=+/usr/bin/install -d -o @cache_top_owner@ -g @cache_top_owner@ -m 0755 /var/cache/man
# Expunge old catman pages which have not been read in a week.
-ExecStart=/usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
+ExecStart=/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
# Regenerate man database.
ExecStart=@bindir@/mandb --quiet
User=@cache_top_owner@
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