1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Alberto Bursi 8496659eb4 base-files: fix message of initscript wrapper
currently (after blogic's edit to my commit) it prints like this:

root@lede:/# service aa
aa does not exist. the following services are available :adblock       dnsmasq       gpio_switch   rpcd          system
boot          done          led           sqm           uhttpd
crelay        dropbear      log           sysctl        umount
cron          firewall      network       sysfixtime    urandom_seed
ddns          fstab         odhcpd        sysntpd

which looks pretty bad, and is even worse if someone writes only "service" without arguments, as it will print " does not exist. " which is confusing.

with this commit it looks like this:

root@lede:/# service
service "" not found, the following services are available:
adblock       dnsmasq       gpio_switch   rpcd          system
boot          done          led           sqm           uhttpd
crelay        dropbear      log           sysctl        umount
cron          firewall      network       sysfixtime    urandom_seed
ddns          fstab         odhcpd        sysntpd

Yes there is some play with " and ', it is to display "name" or just "" if no service name is entered (like in the example).

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2017-01-02 16:47:59 +01:00
..
base-files base-files: fix message of initscript wrapper 2017-01-02 16:47:59 +01:00
boot kirkwood: convert iconnect, ib62x0 and pogoplug_e02 to the new image build code 2016-12-24 09:40:46 +01:00
devel treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
firmware generic: package Broadcom BNX2 driver 2017-01-02 16:47:59 +01:00
kernel generic: package Broadcom BNX2 driver 2017-01-02 16:47:59 +01:00
libs ustream-ssl: remove extra DEFAULT_VARIANT from libustream-polarssl 2016-12-30 17:38:39 +01:00
network curl: update to version 7.52.1 2017-01-02 13:07:10 +01:00
system opkg: vfork external gzip command to uncompress data 2016-12-27 09:50:00 +01:00
utils treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
Makefile package/Makefile & ipkg-make-index.sh: add full package data list 2016-12-26 11:17:33 +01:00