summaryrefslogtreecommitdiffstats
path: root/adduser
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
commiteaa48b79cf0508a7e79c0b6dce5995ece0cbd66f (patch)
treef48f3cfb8dc2cd8f3f76ca001965cc1b1b331c76 /adduser
parent8926f528486cdca1752e270f461a9b7401ef66f9 (diff)
downloadpw-darwin-eaa48b79cf0508a7e79c0b6dce5995ece0cbd66f.tar.gz
pw-darwin-eaa48b79cf0508a7e79c0b6dce5995ece0cbd66f.tar.zst
pw-darwin-eaa48b79cf0508a7e79c0b6dce5995ece0cbd66f.zip
s/warn/info/
Diffstat (limited to 'adduser')
-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
}