diff options
-rw-r--r-- | etc/rc.d/dumpon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/dumpon b/etc/rc.d/dumpon index 0501d55..90f3e10 100644 --- a/etc/rc.d/dumpon +++ b/etc/rc.d/dumpon @@ -23,7 +23,6 @@ dumpon_start() [Nn][Oo] | '') ;; [Aa][Uu][Tt][Oo]) - memsize=$((`/sbin/sysctl -n hw.physmem` / 1024)) while read dev mp type more ; do [ "${type}" = "swap" ] || continue [ -c "${dev}" ] || continue |