diff options
author | Luka Perkov <luka@openwrt.org> | 2012-06-05 20:54:33 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-06-05 20:54:33 +0000 |
commit | 84a8853430779dd7ac93682654f008fe3f7eebd7 (patch) | |
tree | 7621086fb782fc4e8ac781a395adb0b852c83821 | |
parent | 6cdf25289c07141135e014eaeca742c2f39ff5c3 (diff) | |
download | upstream-84a8853430779dd7ac93682654f008fe3f7eebd7.tar.gz upstream-84a8853430779dd7ac93682654f008fe3f7eebd7.tar.bz2 upstream-84a8853430779dd7ac93682654f008fe3f7eebd7.zip |
util-linux: fix typo
SVN-Revision: 32074
-rw-r--r-- | package/util-linux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 9da8a2831a..3a2fea9cc1 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -212,7 +212,8 @@ $(call Package/util-linux/Default) endef define Package/logger/description - logger makes entries in the system log, it provides a shell command interface to the syslog system log module + logger makes entries in the system log, it provides a shell command interface + to the syslog system log module endef define Package/look @@ -372,7 +373,7 @@ $(call Package/util-linux/Default) endef define Package/wall/description - Wall sends a message to everybody logged in with their mesg permission + wall sends a message to everybody logged in with their mesg permission set to yes endef |