Skip to content
Snippets Groups Projects
Commit 261c8e07 authored by Leonardo Arena's avatar Leonardo Arena
Browse files

Merge branch 'master' of ../aports-larena

parents f67f0e7b f810c9f1
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=freeradius pkgname=freeradius
pkgver=2.1.12 pkgver=2.1.12
pkgrel=0 pkgrel=1
pkgdesc="RADIUS (Remote Authentication Dial-In User Service) server" pkgdesc="RADIUS (Remote Authentication Dial-In User Service) server"
url="http://freeradius.org/" url="http://freeradius.org/"
arch="all" arch="all"
...@@ -167,4 +167,4 @@ unixodbc() { ...@@ -167,4 +167,4 @@ unixodbc() {
md5sums="dcbaed16df8ccff672ba132a08bf8510 freeradius-server-2.1.12.tar.gz md5sums="dcbaed16df8ccff672ba132a08bf8510 freeradius-server-2.1.12.tar.gz
fc6693f3df5a0694610110287a28568a freeradius.confd fc6693f3df5a0694610110287a28568a freeradius.confd
7c14a0bc0ada858a08235d7a1d1f2d4c freeradius.initd" 5443a250d7bd0e89985e356fcdf38024 freeradius.initd"
#!/sbin/runscript #!/sbin/runscript
opts="${opts} reload" extra_started_commands="reload"
depend() { depend() {
need net need net
......
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=libvirt pkgname=libvirt
pkgver=0.9.6 pkgver=0.9.6
pkgrel=0 pkgrel=1
pkgdesc="A virtualization API for several hypervisor and container systems" pkgdesc="A virtualization API for several hypervisor and container systems"
url="http://libvirt.org/" url="http://libvirt.org/"
arch="all" arch="all"
...@@ -46,4 +46,4 @@ package() { ...@@ -46,4 +46,4 @@ package() {
md5sums="b74df374b524d00a22a6c89cfc23099f libvirt-0.9.6.tar.gz md5sums="b74df374b524d00a22a6c89cfc23099f libvirt-0.9.6.tar.gz
1c84a7baeafe0a7f4e9d7ae5180311b7 libvirt.confd 1c84a7baeafe0a7f4e9d7ae5180311b7 libvirt.confd
3d32c12642cb9a84baf019c7b0971755 libvirt.initd" 7067215010da2d7282d878ba43070c5d libvirt.initd"
#!/sbin/runscript #!/sbin/runscript
opts="start stop status reload restart" extra_started_commands="reload"
depend() { depend() {
need net need net
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
pkgname=open-iscsi pkgname=open-iscsi
pkgver=2.0.872 pkgver=2.0.872
_realver=${pkgver%.*}-${pkgver##*.} _realver=${pkgver%.*}-${pkgver##*.}
pkgrel=2 pkgrel=3
pkgdesc="High performance, transport independent, multi-platform iSCSI initiator" pkgdesc="High performance, transport independent, multi-platform iSCSI initiator"
url="http://www.open-iscsi.org" url="http://www.open-iscsi.org"
arch="all" arch="all"
...@@ -40,5 +40,5 @@ package() { ...@@ -40,5 +40,5 @@ package() {
} }
md5sums="b4df94f08c241352bb964043b3e44779 open-iscsi-2.0-872.tar.gz md5sums="b4df94f08c241352bb964043b3e44779 open-iscsi-2.0-872.tar.gz
95cc696720bb9f267f38ac69d5c2e07c iscsid.initd 9971f5abe255764ee616566e60955dba iscsid.initd
b762b687d4628791b4362df22cf22d34 iscsid.confd" b762b687d4628791b4362df22cf22d34 iscsid.confd"
#!/sbin/runscript #!/sbin/runscript
opts="${opts} starttargets stoptargets restarttargets" extra_started_commands="starttargets stoptargets restarttargets"
depend() { depend() {
after modules after modules
......
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=ulogd pkgname=ulogd
pkgver=1.24 pkgver=1.24
pkgrel=5 pkgrel=6
pkgdesc="A userspace logging daemon for netfilter/iptables related logging" pkgdesc="A userspace logging daemon for netfilter/iptables related logging"
url="http://netfilter.org/projects/ulogd/index.html" url="http://netfilter.org/projects/ulogd/index.html"
arch="all" arch="all"
...@@ -54,6 +54,6 @@ pgsql() { ...@@ -54,6 +54,6 @@ pgsql() {
} }
md5sums="05b4ed2926b9a22aaeaf642917bbf8ff ulogd-1.24.tar.bz2 md5sums="05b4ed2926b9a22aaeaf642917bbf8ff ulogd-1.24.tar.bz2
a9a4262961a9cf4b8dd34a91701dbb0a ulogd.initd 5b229ed2622f1e5871a04cae62053112 ulogd.initd
b9b2fa217ee02211debee5a5dffdcda7 ulogd.confd b9b2fa217ee02211debee5a5dffdcda7 ulogd.confd
77688e9c300750f5423ed2ad37ae8b32 ulogd.logrotate" 77688e9c300750f5423ed2ad37ae8b32 ulogd.logrotate"
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.2 2004/07/13 16:32:25 aliz Exp $ # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.2 2004/07/13 16:32:25 aliz Exp $
opts="reload" extra_started_commands="reload"
depend() { depend() {
need net need net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment