Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab has been upgraded to v13.9
🎉
. Enjoy
Open sidebar
alpine
aports
Commits
a3041b9c
Commit
a3041b9c
authored
Mar 10, 2010
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/logrotate: include the /etc/logrotate.d dir
fixes
#315
parent
8fc1f8d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
main/logrotate/APKBUILD
main/logrotate/APKBUILD
+6
-2
No files found.
main/logrotate/APKBUILD
View file @
a3041b9c
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
logrotate
pkgver
=
3.7.8
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Tool to rotate logfiles"
url
=
"https://fedorahosted.org/logrotate/"
license
=
"GPL"
...
...
@@ -14,8 +14,12 @@ source="https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.7.8.tar.gz
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
||
return
1
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
install
-d
"
$pkgdir
"
/etc/logrotate.d
install
-Dm755
logrotate
"
$pkgdir
"
/usr/sbin/logrotate
install
-Dm644
logrotate.8
"
$pkgdir
"
/usr/share/man/man8/logrotate.8
install
-Dm644
../logrotate.conf
"
$pkgdir
"
/etc/logrotate.conf
...
...
aa latchm
@aalatchm
mentioned in issue
#315 (closed)
·
Jul 12, 2019
mentioned in issue
#315 (closed)
mentioned in issue #315
Toggle commit list
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