summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-10 02:00:50 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-10 02:00:50 -0400
commit5cf93250e9057452536427719a225f69021547b6 (patch)
treed9acf765eeba21867a020e2c7ff64d88c86fc64b
parent444852c4964d3b88cf65e22c67ad69c4dce10d41 (diff)
add dependencies on sudo and shadow as appropriate
-rw-r--r--config-parabola-mgmt-certbot.PKGBUILD4
-rw-r--r--config-parabola-mgmt-nshd.PKGBUILD3
-rw-r--r--config-parabola-mgmt-users-base.PKGBUILD4
3 files changed, 7 insertions, 4 deletions
diff --git a/config-parabola-mgmt-certbot.PKGBUILD b/config-parabola-mgmt-certbot.PKGBUILD
index 0573889..9e4ecad 100644
--- a/config-parabola-mgmt-certbot.PKGBUILD
+++ b/config-parabola-mgmt-certbot.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180826
+pkgver=20180910
package() {
preamble
@@ -11,7 +11,7 @@ preamble
# [certbot]: https://www.parabola.nu/packages/community/any/certbot/
# [Let's Encrypt]: https://letsencrypt.org/
-depends+=(certbot dialog)
+depends+=(certbot dialog sudo)
# All domains handled by the server are shoved in as Subject
# Alternative Names in a single certificate. This makes configuring
diff --git a/config-parabola-mgmt-nshd.PKGBUILD b/config-parabola-mgmt-nshd.PKGBUILD
index d9affc0..bc8def8 100644
--- a/config-parabola-mgmt-nshd.PKGBUILD
+++ b/config-parabola-mgmt-nshd.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180826.1
+pkgver=20180910
package() {
preamble
@@ -8,6 +8,7 @@ preamble
depends=(
parabola-hackers-nshd
openssh
+ sudo
config-parabola-mgmt-nshd-updater
)
diff --git a/config-parabola-mgmt-users-base.PKGBUILD b/config-parabola-mgmt-users-base.PKGBUILD
index 9237103..aa540f8 100644
--- a/config-parabola-mgmt-users-base.PKGBUILD
+++ b/config-parabola-mgmt-users-base.PKGBUILD
@@ -1,10 +1,12 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180827
+pkgver=20180910
package() {
preamble
# #### users
+depends+=(sudo shadow)
+
# `/etc/sudoers.d/00-wheel` gives sudo access to everyone in the
# `wheel` group.
install -d etc