pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | README | LICENSE

commit e278a3d02d75a392285baf06100469387af02586
parent 2d278f9f4074b494c889193839a1a310db3af20f
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Mon, 20 Mar 2023 21:33:02 +0100

Fix typo in makefile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -51,7 +51,7 @@ package: default cp pmlag package/pmlag-openwrt-amd64/usr/bin/pmlag cp pmlag.1 package/pmlag-openwrt-amd64/usr/share/man/man1/pmlag.1 cp service/procd/etc/init.d/pmlag package/pmlag-openwrt-amd64/etc/init.d/pmlag - cp service/common/etc/pmlag.ini package/pmlag-openwrt-amd64/etc/pmag.ini + cp service/common/etc/pmlag.ini package/pmlag-openwrt-amd64/etc/pmlag.ini (cd package ; tar c pmlag-openwrt-amd64 | gzip -9 > pmlag-openwrt-amd64.tar.gz)