Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-07 12:14:15 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-07 12:14:15 (GMT)
commitc1a9175cf3149b7e0a902904fdb609f27cebba03 (patch)
tree982d094ffea9b10bbe014fe1f2fcb5f27df5c43c
parent1eeae765614c2d58badd8d441b113071c2bff42e (diff)
Add dep on ssh-agent
curl is not used anymore
-rwxr-xr-xscripts/check-system6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/check-system b/scripts/check-system
index f9c8dfd..1fe8b23 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -277,10 +277,10 @@ checks = \
"checker": "gtkmodule",
"packages": { "fedora": "at-spi2-atk",
"ubuntu": "libatk-adaptor" } },
- { "check": "curl",
+ { "check": "ssh-agent",
"checker": "binary",
- "packages": { "fedora": "curl",
- "ubuntu": "curl" } },
+ "packages": { "fedora": "openssh-clients",
+ "ubuntu": "openssh-client" } },
{ "check": "dbus-launch",
"checker": "binary",
"packages": { "fedora": "dbus-x11",