Re: Changing value of uname -r

2013-01-01 Thread Fbsd8

Robert Bonomi wrote:

From owner-freebsd-questi...@freebsd.org  Tue Jan  1 11:52:49 2013
Date: Tue, 01 Jan 2013 12:49:17 -0500
From: Fbsd8 
To: FreeBSD Questions 
Subject: Changing value of uname -r

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?


Did you try:
  unsetenv UNAME_r

If yes, what were the results?

If no, _why_not_?



  yes unsetenv UNAME_r worked.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Changing value of uname -r

2013-01-01 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org  Tue Jan  1 11:52:49 2013
> Date: Tue, 01 Jan 2013 12:49:17 -0500
> From: Fbsd8 
> To: FreeBSD Questions 
> Subject: Changing value of uname -r
>
> 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?

Did you try:
  unsetenv UNAME_r

If yes, what were the results?

If no, _why_not_?




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Changing value of uname -r

2013-01-01 Thread Fbsd8

Jason Lenthe wrote:

On 01/01/13 12:49, Fbsd8 wrote:

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


I think you just want to do: unsetenv UNAME_r



Yes that worked.

Thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Changing value of uname -r

2013-01-01 Thread Jason Lenthe
On 01/01/13 12:49, Fbsd8 wrote:
> Is there some way just to deactivate the effect of the
> setenv UNAME_r so it returns to the real value of the system?

I think you just want to do: unsetenv UNAME_r

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Changing value of uname -r

2013-01-01 Thread Fbsd8

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?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"