From a488c83cfab723e221dc36de127ff3542525e2e2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 25 Aug 2013 03:49:03 +0000 Subject: novena debian: clean up symlinks in polystrap config --- polystrap/novena/root/etc/ld.so.conf | 3 ++- polystrap/novena/root/etc/ssh/ssh_host_dsa_key | 1 - polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key | 1 - polystrap/novena/root/etc/ssh/ssh_host_rsa_key | 1 - polystrap/novena/root/usr/sbin/policy-rc.d | 4 +++- 5 files changed, 5 insertions(+), 5 deletions(-) mode change 120000 => 100644 polystrap/novena/root/etc/ld.so.conf mode change 120000 => 100644 polystrap/novena/root/etc/ssh/ssh_host_dsa_key mode change 120000 => 100644 polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key mode change 120000 => 100644 polystrap/novena/root/etc/ssh/ssh_host_rsa_key mode change 120000 => 100755 polystrap/novena/root/usr/sbin/policy-rc.d diff --git a/polystrap/novena/root/etc/ld.so.conf b/polystrap/novena/root/etc/ld.so.conf deleted file mode 120000 index e8d9ce933..000000000 --- a/polystrap/novena/root/etc/ld.so.conf +++ /dev/null @@ -1 +0,0 @@ -../../../default/root/etc/ld.so.conf \ No newline at end of file diff --git a/polystrap/novena/root/etc/ld.so.conf b/polystrap/novena/root/etc/ld.so.conf new file mode 100644 index 000000000..a9d3ffcc7 --- /dev/null +++ b/polystrap/novena/root/etc/ld.so.conf @@ -0,0 +1,2 @@ +# 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 deleted file mode 120000 index 3c6372823..000000000 --- a/polystrap/novena/root/etc/ssh/ssh_host_dsa_key +++ /dev/null @@ -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_dsa_key b/polystrap/novena/root/etc/ssh/ssh_host_dsa_key new file mode 100644 index 000000000..e69de29bb diff --git a/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key b/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key deleted file mode 120000 index f5f2e3117..000000000 --- a/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key +++ /dev/null @@ -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_ecdsa_key b/polystrap/novena/root/etc/ssh/ssh_host_ecdsa_key new file mode 100644 index 000000000..e69de29bb diff --git a/polystrap/novena/root/etc/ssh/ssh_host_rsa_key b/polystrap/novena/root/etc/ssh/ssh_host_rsa_key deleted file mode 120000 index 9753b5a3e..000000000 --- a/polystrap/novena/root/etc/ssh/ssh_host_rsa_key +++ /dev/null @@ -1 +0,0 @@ -../../../../default/root/etc/ssh/ssh_host_rsa_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 new file mode 100644 index 000000000..e69de29bb diff --git a/polystrap/novena/root/usr/sbin/policy-rc.d b/polystrap/novena/root/usr/sbin/policy-rc.d deleted file mode 120000 index 93e300d62..000000000 --- a/polystrap/novena/root/usr/sbin/policy-rc.d +++ /dev/null @@ -1 +0,0 @@ -../../../../default/root/usr/sbin/policy-rc.d \ 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 new file mode 100755 index 000000000..85d823ddb --- /dev/null +++ b/polystrap/novena/root/usr/sbin/policy-rc.d @@ -0,0 +1,3 @@ +#!/bin/sh +echo "sysvinit: All runlevel operations denied by policy" >&2 +exit 101 -- cgit v1.2.3