git-prune: not as tasty as git-cherry, but much better for you

This commit is contained in:
Aoi Koizumi (古泉 あおい) 2021-08-15 17:40:43 +00:00
parent 2b3864c1c3
commit 1923ed63ef
3 changed files with 13 additions and 7 deletions

View File

@ -1,6 +1,7 @@
2021-08-15 Nova <novaburst@tilde.team>
* Fixed an issue related to wpa_supplicant restart (so far it is working well)
* TODO: maybe support other DHCP daemons?
* Updated the Makefile
2021-08-13 Nova <novaburst@tilde.team>
* Massive code cleanup and reformatting (let me know if it breaks)

View File

@ -3,7 +3,12 @@ PREFIX ?= /usr
SYSCONFDIR ?= /etc
MANDIR ?= $(PREFIX)/share/man
all: doc
NAME=setnet
all:
@printf "doc \t Compress manual pages and generate HTML files\n"
@printf "install \t Installs $(NAME) and associated configs/manpages into the system\n"
@printf "uninstall \t Removes $(NAME) and associated configs/manpages from the system\n"
doc: setnet.8
gzip -c setnet.8 > setnet.8.gz

View File

@ -78,28 +78,28 @@ OPT_DEPS="host ping traceroute netstat minpb"
## Regular windows
##
WINDOW_WIDTH=75
WINDOW_WIDTH=80
WINDOW_HEIGHT=20
##
## Infoboxes
##
INFO_WIDTH=40
INFO_HEIGHT=10
INFO_WIDTH=60
INFO_HEIGHT=15
##
## Forms
##
FORM_WIDTH=60
FORM_HEIGHT=12
FORM_HEIGHT=15
##
## Large windows
##
LARGE_WIDTH=80
LARGE_HEIGHT=20
LARGE_WIDTH=100
LARGE_HEIGHT=25
#################################