comparison core/busybox/busybox.mdev @ 626:657ee4987f4d

vanilla: re-add licenses to services
author David Demelier <markand@malikania.fr>
date Tue, 23 Jul 2019 22:30:00 +0200
parents e135d70987c1
children 3dfef64b81c1
comparison
equal deleted inserted replaced
625:ed35d7d01f62 626:657ee4987f4d
1 #!/bin/sh 1 #!/bin/sh
2 # 2 #
3 # /etc/rc.d/busybox.mdev: run control script for busybox.mdev 3 # /etc/rc.d/busybox.mdev -- run control script for busybox mdev
4 #
5 # Copyright (c) 2019 David Demelier <markand@malikania.fr>
6 #
7 # Permission to use, copy, modify, and/or distribute this software for any
8 # purpose with or without fee is hereby granted, provided that the above
9 # copyright notice and this permission notice appear in all copies.
10 #
11 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 #
19
4 # 20 #
5 # This service is started at early boot stage if the script is marked as 21 # This service is started at early boot stage if the script is marked as
6 # executable. There is no need to specify it in SERVICES through the rc.conf 22 # executable. There is no need to specify it in SERVICES through the rc.conf
7 # file. 23 # file.
8 # 24 #