summaryrefslogtreecommitdiff
path: root/pinyadmin/debian/control
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2014-10-29 15:17:21 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2014-10-29 15:17:21 -0700
commit646b92e39c7b46b706de364c2d1d22c7849e5036 (patch)
tree1b3d770599a24b72b2c4052731e9fdc2b6e5c12c /pinyadmin/debian/control
parent77d61b6bdc1db054206d1341c20587794fb3c0e1 (diff)
downloadpiny-code-646b92e39c7b46b706de364c2d1d22c7849e5036.tar.gz
piny-code-646b92e39c7b46b706de364c2d1d22c7849e5036.zip
pinyadmin: bash -r -> ksh -r because the bash people apparently like to deprecate security features without bothering to tell anyone
Diffstat (limited to 'pinyadmin/debian/control')
-rw-r--r--pinyadmin/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyadmin/debian/control b/pinyadmin/debian/control
index b41d5b5..93122fc 100644
--- a/pinyadmin/debian/control
+++ b/pinyadmin/debian/control
@@ -8,7 +8,7 @@ Standards-version: 3.9.1
Package: pinyadmin
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpiny-perl (>= 0.14), libgetopt-tabular-perl, moreutils
+Depends: ${perl:Depends}, ${misc:Depends}, libpiny-perl (>= 0.14), libgetopt-tabular-perl, moreutils, ksh
Description: Administrative programs for piny
The command-line programs for day-to-day administrative tasks in the Piny
infrastructure.