Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
655
Issues
655
List
Boards
Labels
Service Desk
Milestones
Merge Requests
222
Merge Requests
222
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
629d95e6
Commit
629d95e6
authored
Aug 27, 2010
by
Leonardo Arena
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/ulogd: logrotate support added
parent
52acbbba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
testing/ulogd/APKBUILD
testing/ulogd/APKBUILD
+6
-3
testing/ulogd/ulogd.logrotate
testing/ulogd/ulogd.logrotate
+12
-0
No files found.
testing/ulogd/APKBUILD
View file @
629d95e6
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname
=
ulogd
pkgver
=
1.24
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A userspace logging daemon for netfilter/iptables related logging"
url
=
"http://netfilter.org/projects/ulogd/index.html"
license
=
"GPL"
...
...
@@ -11,7 +11,8 @@ libnetfilter_conntrack-dev pkgconfig openssl-dev"
subpackages
=
"
$pkgname
-sqlite
$pkgname
-pgsql
$pkgname
-doc"
source
=
"http://www.netfilter.org/projects/
$pkgname
/files/
$pkgname
-
$pkgver
.tar.bz2
ulogd.initd
ulogd.confd"
ulogd.confd
ulogd.logrotate"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
@@ -32,6 +33,7 @@ package() {
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
ulogd.conf
"
$pkgdir
"
/etc/ulogd.conf
install
-Dm644
ulogd.logrotate
"
$pkgdir
"
/etc/logrotate.d/ulogd
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-m644
-D
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
mkdir
-p
$pkgdir
/usr/share/doc/
$pkgname
...
...
@@ -50,4 +52,5 @@ pgsql() {
md5sums
=
"05b4ed2926b9a22aaeaf642917bbf8ff ulogd-1.24.tar.bz2
bd2f808297a9c67e0dc51aa57a1805e0 ulogd.initd
b9b2fa217ee02211debee5a5dffdcda7 ulogd.confd"
b9b2fa217ee02211debee5a5dffdcda7 ulogd.confd
836332074f6cbc19d2d0553e2076dab7 ulogd.logrotate"
testing/ulogd/ulogd.logrotate
0 → 100644
View file @
629d95e6
/var/log/ulogd.log /var/log/ulog.syslogemu {
rotate 4
daily
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/etc/init.d/ulogd reload &>/dev/null
endscript
}
Leonardo Arena
@larena
mentioned in commit
492d3783
·
Jul 12, 2019
mentioned in commit
492d3783
mentioned in commit 492d37831a65ad17836f90876dd44a792835128c
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