tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sbin/sysctl



Modified Files:
        src/sbin/sysctl: sysctl.8 sysctl.c

Log Message:
Don't print an error with sysctl -w name?=value if name does not exist.
Should be pulled up to 5.0

i think it's better to use something which does not have a special meaning
for shells.

Maybe a switch? (-Q)

That is too wide a brush. It will stop warning on all variables in the file.

Maybe instead of "-Q" (presumably for quiet) we could use

        sysctl -C -w name=value

where "-C" means "conditionally"?

Or -E for "it it Exists" ? (Or maybe, for consistency with things like rm, we could use "-f"?)


-------------------------------------------------------------------------
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:      |
| Customer Service | FA29 0E3B 35AF E8AE 6651 |  paul at whooppee.com   |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index