Skip to content
Snippets Groups Projects
Commit 56617bfc authored by intrigeri's avatar intrigeri
Browse files

sys: update for 2.6 kernels: use /proc/kallsyms instead of /proc/ksyms (Closes: Trac#39)

parent 1330b16c
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,9 @@ version 0.9.6 -- unreleased ...@@ -30,6 +30,9 @@ version 0.9.6 -- unreleased
. make deleted maildirs record the date they were deleted . make deleted maildirs record the date they were deleted
. add destid_file configuration option to enable you to specify an alternate . add destid_file configuration option to enable you to specify an alternate
ssh public key authentication file (defaulting to /root/.ssh/id_rsa) ssh public key authentication file (defaulting to /root/.ssh/id_rsa)
sys:
. update for 2.6 kernels: use /proc/kallsyms instead of /proc/ksyms
(Closes: Trac#39)
version 0.9.5 -- December 2, 2007 version 0.9.5 -- December 2, 2007
backupninja changes backupninja changes
......
...@@ -275,9 +275,6 @@ for x in $(/sbin/lsmod | /bin/cut -f1 -d" " 2>/dev/null | /bin/grep -v Module 2 ...@@ -275,9 +275,6 @@ for x in $(/sbin/lsmod | /bin/cut -f1 -d" " 2>/dev/null | /bin/grep -v Module 2
catifexec "/sbin/modinfo $x" catifexec "/sbin/modinfo $x"
done done
STATUS="Currently getting ksysms information:"
catifexec "/sbin/ksyms"
STATUS="Gathering information about your filesystems:" STATUS="Gathering information about your filesystems:"
catiffile "/proc/filesystems" catiffile "/proc/filesystems"
...@@ -288,7 +285,7 @@ STATUS="Gathering information about your partitions:" ...@@ -288,7 +285,7 @@ STATUS="Gathering information about your partitions:"
catiffile "/proc/partitions" catiffile "/proc/partitions"
STATUS="Gathering information about your ksyms:" STATUS="Gathering information about your ksyms:"
catiffile "/proc/ksyms" catiffile "/proc/kallsyms"
STATUS="Gathering information about slabinfo:" STATUS="Gathering information about slabinfo:"
catiffile "/proc/slabinfo" catiffile "/proc/slabinfo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment