Post AhMHTELWkM7n3DN9MG by mpts@mastodon.social
(DIR) More posts by mpts@mastodon.social
(DIR) Post #AhMHTCxjtJVCl9Eddo by lobocode@hachyderm.io
2024-04-28T17:08:34Z
1 likes, 0 repeats
I started a simple project called checkrc that validates the /etc/rc.conf file on #FreeBSD. I'm still a beginner in C programming, but I'm giving it a shot with something usful: https://github.com/scovl/checkrcThe project is still a work in progress, right at the beginning, so don't expect too much yet. But I'll be working on it every day. :blobfoxcofecute: :blobfoxcomputerowonotice: One day I'll be great!
(DIR) Post #AhMHTELWkM7n3DN9MG by mpts@mastodon.social
2024-04-28T17:12:39Z
0 likes, 0 repeats
@lobocode Just a note: rc.conf(5) is technically a shell script and some people actually use sh features in rc.conf.
(DIR) Post #AhMHTF7NsQPDRdlMx6 by lobocode@hachyderm.io
2024-04-28T17:35:11Z
0 likes, 0 repeats
@mpts Yes I know. I'm just building a validator of the settings that the user establishes in their own rc.conf. Having to use shellscript for this is exhausting. I mean, use shellscript to validate
(DIR) Post #AhMHTFodHd05blzuMa by feld@bikeshed.party
2024-04-28T20:41:59.527205Z
0 likes, 0 repeats
@lobocode @mpts Can you give an example of something you're trying to detect?