From e788b01d9ac373a8ea08b3254f645e79c377362f Mon Sep 17 00:00:00 2001 From: sullrich Date: Wed, 2 Dec 2009 21:06:11 -0500 Subject: Add a few more commands for the lazy --- usr/local/sbin/pfSsh.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php index 957f063..a73e7de 100755 --- a/usr/local/sbin/pfSsh.php +++ b/usr/local/sbin/pfSsh.php @@ -205,6 +205,8 @@ $tccommands[] = "stoprecording"; $tccommands[] = "showrecordings"; $tccommands[] = "record"; $tccommands[] = "reset"; +$tccommands[] = "master"; +$tccommands[] = "RELENG_1_2"; while($shell_active == true) { $command = readline("{$g['product_name']} shell: "); -- cgit v1.1