base-files: add a wrapper for init scripts in profile
authorAlberto Bursi <alberto.bursi@outlook.it>
Mon, 28 Nov 2016 11:48:59 +0000 (12:48 +0100)
committerJohn Crispin <john@phrozen.org>
Tue, 29 Nov 2016 20:12:08 +0000 (21:12 +0100)
commitd52676d1ea51bcfc947970085184fe4d18638ccd
treeae7ea838496576a2c814dd799c38f470942ee1dd
parent102cb4742c14f78bf86b7d77c568c205f0d99d85
base-files: add a wrapper for init scripts in profile

"service" is a simple wrapper that will allow to call init.d scripts

current method:     #  /etc/init.d/network reload
with the wrapper:   #  service network reload

If the wrapper is called without arguments or with a wrong init script name, it will print an error and list the content of /etc/init.d/ folder

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
package/base-files/files/etc/profile