diff options
author | thomas <thomas@FreeBSD.org> | 2004-10-18 14:59:53 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2004-10-18 14:59:53 +0000 |
commit | 6d5f19c25b96d0a1a79c6c89d0d4e73a546c8875 (patch) | |
tree | 03fbc60e754688cb7c5d39b04b0ad2dd3cf11ec6 /etc | |
parent | b38ba1fa5b9bd41a57d5c2984d4cd4c3c6bb35f8 (diff) | |
download | FreeBSD-src-6d5f19c25b96d0a1a79c6c89d0d4e73a546c8875.zip FreeBSD-src-6d5f19c25b96d0a1a79c6c89d0d4e73a546c8875.tar.gz |
Remove unused computation of memory size.
Reviewed by: des
Diffstat (limited to 'etc')
-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 |