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
Open sidebar
alpine
aports
Commits
269de611
Commit
269de611
authored
Oct 22, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/pingu: ship default config
(cherry picked from commit
7d64455c
)
parent
a78cd290
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
main/pingu/APKBUILD
main/pingu/APKBUILD
+3
-2
No files found.
main/pingu/APKBUILD
View file @
269de611
...
...
@@ -2,11 +2,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
pingu
pkgver
=
0.3
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Small daemon that pings hosts and executes a script when status change"
url
=
"http://git.alpinelinux.org/cgit/pingu"
license
=
"GPL"
depends
=
"uclibc"
depends
=
source
=
"http://git.alpinelinux.org/cgit/
$pkgname
/snapshot/
$pkgname
-
$pkgver
.tar.bz2
pingu.initd
"
...
...
@@ -16,6 +16,7 @@ build() {
make
||
return
1
make
BINDIR
=
/usr/sbin
DESTDIR
=
"
$pkgdir
"
install
install
-m644
-D
pingu.conf
"
$pkgdir
"
/etc/pingu.conf
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
}
...
...
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