micoforia.git
2 years agoshutdown_console(): Make umount commands work.
Andre Noll [Wed, 5 May 2021 16:41:40 +0000 (18:41 +0200)]
shutdown_console(): Make umount commands work.

Oops. we unmounted /dev/tty1 several times rather than looping
over all ttys.

3 years agoFix default rc path in man page.
Andre Noll [Fri, 6 Nov 2020 12:04:30 +0000 (13:04 +0100)]
Fix default rc path in man page.

The default config path is of course ~/.micoforiarc. A classic
copy+paste mistake...

4 years agoattach_to_bridge(): Improve error message.
Andre Noll [Wed, 25 Mar 2020 12:50:25 +0000 (13:50 +0100)]
attach_to_bridge(): Improve error message.

if_nametoindex() sets errno on errors, so let's print the error
string using %m.

4 years agoInitial commit.
Andre Noll [Fri, 13 Dec 2019 14:04:27 +0000 (15:04 +0100)]
Initial commit.

This project was stared in late 2018. After 2 weeks the first
feature complete version was ready. During 2019 the repo received
only a moderate number of commits, mostly bug fixes, documentation
improvements and the addition of non-essential features.

As of version 0.9.0, the project was made public. All commits that
led to this version have been discarded, so this repository contains
only the final result as a single commit.