summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.sh
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2003-06-20 19:36:56 +0000
committerMike Makonnen <mtm@FreeBSD.org>2003-06-20 19:36:56 +0000
commit7af92ef64de1eb9bd29d0f33294663c565abc519 (patch)
tree79fb456c24c49467d30c05bef6c118911b2b82ab /adduser/adduser.sh
parent7adc2e0fe6bceceecdc2dc0b946d5706f920eea7 (diff)
downloadpw-darwin-7af92ef64de1eb9bd29d0f33294663c565abc519.tar.gz
pw-darwin-7af92ef64de1eb9bd29d0f33294663c565abc519.tar.zst
pw-darwin-7af92ef64de1eb9bd29d0f33294663c565abc519.zip
s/warn/info/
Diffstat (limited to 'adduser/adduser.sh')
-rw-r--r--adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/adduser/adduser.sh b/adduser/adduser.sh
index ab6f3b2..188c06b 100644
--- a/adduser/adduser.sh
+++ b/adduser/adduser.sh
@@ -166,7 +166,7 @@ shell_exists()
fi
fi
! [ -x "$_sh" ] &&
- warn "The shell ($_sh) does not exist or is not executable."
+ info "The shell ($_sh) does not exist or is not executable."
return 0
}