diff options
author | bnewbold <bnewbold@robocracy.org> | 2013-08-25 03:49:03 +0000 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2013-08-25 03:49:03 +0000 |
commit | a488c83cfab723e221dc36de127ff3542525e2e2 (patch) | |
tree | 1a261e494542d71d4c7ba8a807ee65fdcf190c4c /polystrap | |
parent | a56c69c6387d7592f91039822f5f0f9525e3e835 (diff) | |
download | buildroot-novena-a488c83cfab723e221dc36de127ff3542525e2e2.tar.gz buildroot-novena-a488c83cfab723e221dc36de127ff3542525e2e2.zip |
novena debian: clean up symlinks in polystrap config
Diffstat (limited to 'polystrap')
-rw-r--r--[l---------] | polystrap/novena/root/etc/ld.so.conf | 3 | ||||
-rw-r--r--[l---------] | polystrap/novena/root/etc/ssh/ssh_host_dsa_key | 1 | ||||
-rw-r--r--[l---------] | polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key | 1 | ||||
-rw-r--r--[l---------] | polystrap/novena/root/etc/ssh/ssh_host_rsa_key | 1 | ||||
-rwxr-xr-x[l---------] | polystrap/novena/root/usr/sbin/policy-rc.d | 4 |
5 files changed, 5 insertions, 5 deletions
diff --git a/polystrap/novena/root/etc/ld.so.conf b/polystrap/novena/root/etc/ld.so.conf index e8d9ce933..a9d3ffcc7 120000..100644 --- a/polystrap/novena/root/etc/ld.so.conf +++ b/polystrap/novena/root/etc/ld.so.conf @@ -1 +1,2 @@ -../../../default/root/etc/ld.so.conf
\ No newline at end of file +# supply ld.so.conf for fake ldd (running libc6 postinst script will fail) +include /etc/ld.so.conf.d/*.conf diff --git a/polystrap/novena/root/etc/ssh/ssh_host_dsa_key b/polystrap/novena/root/etc/ssh/ssh_host_dsa_key index 3c6372823..e69de29bb 120000..100644 --- a/polystrap/novena/root/etc/ssh/ssh_host_dsa_key +++ b/polystrap/novena/root/etc/ssh/ssh_host_dsa_key @@ -1 +0,0 @@ -../../../../default/root/etc/ssh/ssh_host_dsa_key
\ No newline at end of file diff --git a/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key b/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key index f5f2e3117..e69de29bb 120000..100644 --- a/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key +++ b/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key @@ -1 +0,0 @@ -../../../../default/root/etc/ssh/ssh_host_ecdsa_key
\ No newline at end of file diff --git a/polystrap/novena/root/etc/ssh/ssh_host_rsa_key b/polystrap/novena/root/etc/ssh/ssh_host_rsa_key index 9753b5a3e..e69de29bb 120000..100644 --- a/polystrap/novena/root/etc/ssh/ssh_host_rsa_key +++ b/polystrap/novena/root/etc/ssh/ssh_host_rsa_key @@ -1 +0,0 @@ -../../../../default/root/etc/ssh/ssh_host_rsa_key
\ No newline at end of file diff --git a/polystrap/novena/root/usr/sbin/policy-rc.d b/polystrap/novena/root/usr/sbin/policy-rc.d index 93e300d62..85d823ddb 120000..100755 --- a/polystrap/novena/root/usr/sbin/policy-rc.d +++ b/polystrap/novena/root/usr/sbin/policy-rc.d @@ -1 +1,3 @@ -../../../../default/root/usr/sbin/policy-rc.d
\ No newline at end of file +#!/bin/sh +echo "sysvinit: All runlevel operations denied by policy" >&2 +exit 101 |