From: Carsten Schlote <[email protected]>

Signed-off-by: Carsten Schlote <[email protected]>
---
 generic/etc/sysctl.conf |    4 ++++
 rules/procps.make       |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 generic/etc/sysctl.conf

diff --git a/generic/etc/sysctl.conf b/generic/etc/sysctl.conf
new file mode 100644
index 0000000..b10c21d
--- /dev/null
+++ b/generic/etc/sysctl.conf
@@ -0,0 +1,4 @@
+#
+# /etc/sysctl.conf - Configuration file for setting system variables
+# See sysctl.conf (5) for information.
+#
diff --git a/rules/procps.make b/rules/procps.make
index 57f8fdb..403714b 100644
--- a/rules/procps.make
+++ b/rules/procps.make
@@ -90,6 +90,8 @@ endif
 ifdef PTXCONF_PROCPS_SYSCTL
        @$(call install_copy, procps, 0, 0, 0755, -, \
                /sbin/sysctl)
+
+       @$(call install_alternative, procps, 0, 0, 0644, /etc/sysctl.conf, n)
 endif
 ifdef PTXCONF_PROCPS_PS
        @$(call install_copy, procps, 0, 0, 0755, -, \
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
[email protected]

Reply via email to