diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-11-26 16:38:25 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-11-26 16:38:25 -0600 |
commit | 0ef9131b08333eacb54c61da793d5ee1acbb2c24 (patch) | |
tree | e8c12d59a706f6a0d467ce8dde50b5896d23d5d1 /rc/bin | |
parent | 4260392749bb9f1092c537a3e02c720e4e43f31e (diff) |
sysinfo: -m handle e-mail from unconfigured systems
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/sysinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/sysinfo b/rc/bin/sysinfo index a5912d397..ae132ef60 100755 --- a/rc/bin/sysinfo +++ b/rc/bin/sysinfo @@ -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 } |