Module Name: src Committed By: pgoyette Date: Fri Jun 17 03:55:35 UTC 2016
Modified Files: src/tests/sbin/sysctl: t_perm.sh Log Message: When deadbeef is treated as a 32-bit signed integer, it actually has a negative value. So, if the value gets written into a sysctl variable, and then is read back, the twos-complement value is displayed. So, when checking for the value having been written, make sure we check for the correct value! To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/sbin/sysctl/t_perm.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.