Changing value of uname -r

Fbsd8 fbsd8 at a1poweruser.com
Tue Jan 1 17:49:25 UTC 2013


uname -r   returns 10.0-CURRENT

setenv UNAME_r "9.0-RELEASE"

uname -r   now returns 9.0-RELEASE

How to reset uname -r to original value without doing
setenv UNAME_r "10.0-CURRENT"?

Is there some way just to deactivate the effect of the
setenv UNAME_r so it returns to the real value of the system?


More information about the freebsd-questions mailing list