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
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
174
Merge Requests
174
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
dc870440
Commit
dc870440
authored
Oct 26, 2010
by
Leonardo Arena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/pmacct: post-deinstall added. Default configs fixed
parent
0fd58f14
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
9 deletions
+7
-9
testing/pmacct/APKBUILD
testing/pmacct/APKBUILD
+3
-3
testing/pmacct/pmacct.post-deinstall
testing/pmacct/pmacct.post-deinstall
+4
-0
testing/pmacct/pmacctd.conf
testing/pmacct/pmacctd.conf
+0
-2
testing/pmacct/sfacctd.conf
testing/pmacct/sfacctd.conf
+0
-2
testing/pmacct/uacctd.conf
testing/pmacct/uacctd.conf
+0
-2
No files found.
testing/pmacct/APKBUILD
View file @
dc870440
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname
=
pmacct
pkgver
=
0.12.4
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"Measure, account, classify, aggregate and export IPv4 and IPv6 traffic"
url
=
"http://www.pmacct.net/"
license
=
"GPL"
depends
=
makedepends
=
"libpcap-dev libpq postgresql-dev"
install
=
"
$pkgname
.post-install"
install
=
"
$pkgname
.post-install
$pkgname
.post-deinstall
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://www.pmacct.net/
$pkgname
-
$pkgver
.tar.gz
pmacct.initd
...
...
@@ -54,4 +54,4 @@ package() {
md5sums
=
"72098ff945e1ddaa77d7f0b3531fa765 pmacct-0.12.4.tar.gz
8ebf022a90bb795e6726fee4065bd386 pmacct.initd
394bf0687572261e90eecd70c33c8ede pmacct.confd
6ea97965b3fdfceb6b5c0ce2cbf01a92
pmacctd.conf"
f338fae810340a2df0edae3e7ce800df
pmacctd.conf"
testing/pmacct/pmacct.post-deinstall
0 → 100755
View file @
dc870440
#!/bin/sh
rm
/etc/init.d/nfacctd &>/dev/null
rm
/etc/init.d/sfacctd &>/dev/null
rm
/etc/init.d/uacctd &>/dev/null
testing/pmacct/pmacctd.conf
View file @
dc870440
# Sample default config file
daemonize
:
true
pidfile
: /
var
/
run
/
pmacctd
.
pid
syslog
:
daemon
...
...
testing/pmacct/sfacctd.conf
View file @
dc870440
# Sample default config file
daemonize
:
true
pidfile
: /
var
/
run
/
pmacctd
.
pid
syslog
:
daemon
...
...
testing/pmacct/uacctd.conf
View file @
dc870440
# Sample default config file
daemonize
:
true
pidfile
: /
var
/
run
/
pmacctd
.
pid
syslog
:
daemon
...
...
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