From 3e5ed05ebfa9a35d3fae5d7a32efb51e1b3b57df Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 21 Feb 2009 09:52:43 +0100 Subject: [PATCH] installer: Re-add the TEST_DEV command which was removed accidentally. This should make command_add_ensure_dev() work again (to test if a partition exists and create it if it doesn't). Reported-by: M.K. Dragonfly-bug: --- share/installer/cmdnames.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/share/installer/cmdnames.conf b/share/installer/cmdnames.conf index 2702d453b5..83828b6bc4 100644 --- a/share/installer/cmdnames.conf +++ b/share/installer/cmdnames.conf @@ -22,6 +22,7 @@ MV=bin/mv RM=bin/rm SH=bin/sh TEST=bin/test +TEST_DEV="$TEST -c" CHFLAGS=usr/bin/chflags DHCLIENT=sbin/dhclient -- 2.11.4.GIT