gebner-base-6
This commit is contained in:
parent
1855fa88d3
commit
5028381041
@ -1,6 +1,6 @@
|
||||
pkgbase = gebner-base
|
||||
pkgdesc = Base system config
|
||||
pkgver = 5
|
||||
pkgver = 6
|
||||
pkgrel = 1
|
||||
url = https://git.gebner.org/gebner/archpkgs
|
||||
install = gebner-base.install
|
||||
@ -68,6 +68,9 @@ pkgbase = gebner-base
|
||||
depends = socat
|
||||
depends = openbsd-netcat
|
||||
depends = whois
|
||||
depends = inetutils
|
||||
depends = cifs-utils
|
||||
depends = smbclient
|
||||
depends = dstat
|
||||
depends = htop
|
||||
depends = iotop
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Gabriel Ebner <gebner@gebner.org>
|
||||
pkgname=gebner-base
|
||||
pkgver=5
|
||||
pkgver=6
|
||||
pkgrel=1
|
||||
pkgdesc="Base system config"
|
||||
arch=(any)
|
||||
@ -79,6 +79,9 @@ depends+=(
|
||||
whois
|
||||
inetutils
|
||||
|
||||
cifs-utils
|
||||
smbclient
|
||||
|
||||
dstat
|
||||
htop
|
||||
iotop
|
||||
|
@ -4,7 +4,7 @@ Description=Mount aplysia
|
||||
[Mount]
|
||||
What=//aplysia.ams.gebner.org/export
|
||||
Where=/mnt/aplysia
|
||||
Options=_netdev,noauto,credentials=/etc/sambda/credentials/aplysia,iocharset=utf8,rw
|
||||
Options=_netdev,noauto,credentials=/etc/samba/credentials/aplysia,iocharset=utf8,rw
|
||||
Type=cifs
|
||||
TimeoutSec=30
|
||||
ForceUnmount=true
|
||||
|
@ -4,7 +4,7 @@ Description=Mount vaccaria
|
||||
[Mount]
|
||||
What=//vaccaria.htdf.gebner.org/export
|
||||
Where=/mnt/vaccaria
|
||||
Options=_netdev,noauto,credentials=/etc/sambda/credentials/vaccaria,iocharset=utf8,rw
|
||||
Options=_netdev,noauto,credentials=/etc/samba/credentials/vaccaria,iocharset=utf8,rw
|
||||
Type=cifs
|
||||
TimeoutSec=30
|
||||
ForceUnmount=true
|
||||
|
Loading…
Reference in New Issue
Block a user