summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-06-20 19:36:56 +0000
committermtm <mtm@FreeBSD.org>2003-06-20 19:36:56 +0000
commit1b17e03018e87d245f9cfd3b4922abee98e4a09b (patch)
treeffadd9e7b811e91c923754eb81132387a0356bfe /usr.sbin/adduser
parent009cce702749ffe93ef6ee4afa61831a0752b027 (diff)
downloadFreeBSD-src-1b17e03018e87d245f9cfd3b4922abee98e4a09b.zip
FreeBSD-src-1b17e03018e87d245f9cfd3b4922abee98e4a09b.tar.gz
s/warn/info/
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh
index ab6f3b2..188c06b 100644
--- a/usr.sbin/adduser/adduser.sh
+++ b/usr.sbin/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
}
OpenPOWER on IntegriCloud