[Buildroot] [PATCH v2 0/2] Add a sysctl init script

Carlos Santos casantos at datacom.com.br
Thu Dec 20 02:31:58 UTC 2018


In this second round we use a while loop to process the configuration
files and send the sysctl output to syslog.

Carlos Santos (2):
  package/procps-ng: add init script for sysctl
  package/busybox: add init script for sysctl

 package/busybox/S02sysctl      | 66 ++++++++++++++++++++++++++++++++++
 package/busybox/busybox.mk     | 12 +++++++
 package/procps-ng/S02sysctl    | 64 +++++++++++++++++++++++++++++++++
 package/procps-ng/procps-ng.mk |  5 +++
 4 files changed, 147 insertions(+)
 create mode 100644 package/busybox/S02sysctl
 create mode 100644 package/procps-ng/S02sysctl

-- 
2.19.2



More information about the buildroot mailing list