[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[atomic-devel] [PATCH] base: Add 'which' for Vagrant



>From 9cd048a26d65bda4820cf825ddf0ec9c112f6fed Mon Sep 17 00:00:00 2001
From: Colin Walters <walters verbum org>
Date: Wed, 15 Oct 2014 18:44:07 -0400
Subject: [PATCH] base: Add 'which' for Vagrant

Vagrant's command detection (in this case for rsync) uses 'which',
which isn't installed[1].  It's a tiny program, we might as well pull it
in for compatibility.

See https://github.com/mitchellh/vagrant/pull/4646

[1] badum ching!
---
 fedora-atomic-base.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fedora-atomic-base.json b/fedora-atomic-base.json
index e767cdb..4498c16 100644
--- a/fedora-atomic-base.json
+++ b/fedora-atomic-base.json
@@ -19,6 +19,7 @@
 		 "bash",
 		 "xz", "gzip", "bzip2",
 		 "coreutils",
+                "which",
 		 "curl",
 		 "NetworkManager",
 		 "hostname", "initscripts", "iproute", "iputils",
 		 "less", "man-db",
-- 
1.8.3.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]