diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-05 20:54:33 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-05 20:54:33 +0000 |
commit | 5cdcae8e9bd01612ea4ba81dccf7cf1b6cd4552e (patch) | |
tree | 6b5d6dd71bafdd75929f61dc0491398dd8b1dbfa /package/util-linux | |
parent | 132717c891f5497ac7839117250e904c65a8081b (diff) |
[package] util-linux: fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux')
-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 9da8a2831..3a2fea9cc 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 |