From 5b6eac014229d7794f76675379d4a78262ca3400 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 10 Nov 2008 04:17:48 +0000 Subject: Use product_name --- etc/rc.initial.store_config_to_removable_device | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.initial.store_config_to_removable_device') diff --git a/etc/rc.initial.store_config_to_removable_device b/etc/rc.initial.store_config_to_removable_device index 8733e98..f5dcb5b 100755 --- a/etc/rc.initial.store_config_to_removable_device +++ b/etc/rc.initial.store_config_to_removable_device @@ -51,7 +51,7 @@ echo "\n\n"; echo "Enter the device that you wish the"; echo "\n"; - echo "pfSense configuration file to reside on: "; + echo "{$g['product_name']} configuration file to reside on: "; $move_config_to_device = chop(fgets($fp)); if ($move_config_to_device == "") { exit(0); -- cgit v1.1