]> git.lizzy.rs Git - plan9front.git/commitdiff
sysinfo: -m handle e-mail from unconfigured systems
authorstanley lieber <stanley.lieber@gmail.com>
Mon, 26 Nov 2012 22:38:25 +0000 (16:38 -0600)
committerstanley lieber <stanley.lieber@gmail.com>
Mon, 26 Nov 2012 22:38:25 +0000 (16:38 -0600)
rc/bin/sysinfo

index a5912d397d4bcaf71020b8dd6573cba39e5cc146..ae132ef602afb6a83258ab109e5cb43e0d5569b7 100755 (executable)
@@ -45,7 +45,7 @@ fn work{
 switch($1){ 
 case -m 
         {echo Subject: `{cat '#P/cputype'}; work} >[2=1] | 
-                upas/smtp 9front.org $user hardware@9front.org 
+                user=/dev/null upas/smtp 9front.org $user hardware@9front.org 
 case * 
         work
 }