Re: Patch to add -p (reading/parsing /etc/sysctl.conf) option to sysctl

2023-02-21 Thread Mike Fischer


> Am 21.02.2023 um 12:00 schrieb Crystal Kolipe :
> 
> On Tue, Feb 21, 2023 at 11:29:17AM +0100, jhx wrote:
>> this patch adds the "-p" option to sysctl which makes it possible to
>> read/parse/apply settings from /etc/sysctl.conf at any time the user wishes.
> 
> This is an interesting idea, but you can effectively do the same thing
> from the shell with:
> 
> # sysctl `cat /etc/sysctl.conf`
> 
> Also, note that both your patch and the above shell command do not
> gracefully handle comment lines in /etc/sysctl.conf, (although that
> shouldn't cause any problem in practice).

Also there is a difference between the use of /etc/sysctl.conf at boot and when 
using either the proposed -p option or the shell command: At boot we start out 
with the default values. When re-reading /etc/sysctl.conf the current state is 
the base. That is very relevant if you e.g. remove a line from /etc/sysctl.conf 
(to go back to the default).


Mike


Re: Consistency and cleanup in /share/misc/airport

2022-07-28 Thread Mike Fischer


> Am 29.07.2022 um 03:45 schrieb Daniel Dickman :
> 
>> -HAM:Fuhlsbuettel Hamburg, Germany
>> +HAM:Fuhlsbuettel, Hamburg, Germany
> 
> Wikipedia states this airport is now called Hamburg Airport?

Correct, see the official airport website:
https://www.hamburg-airport.de/en

Fuhlsbüttel is the name of the district within the city of Hamburg where the 
airport is located. As this is the only major public airport in Hamburg, 
colloquial usage often equated Fuhlsbüttel with the airport. The other airport 
Hamburg-Finkenwerder (XFW) is newer and mainly used for the Airbus production 
facilities in Hamburg. Regular flights do not use XFW except possibly in the 
case of serious emergencies.

Mike