1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/net/peerguardian/files/peerguardian.init
Florian Fainelli 0f8b717a7a peerguardian: update to 2.2.2
libipq is removed so the old version cannot be built anymore.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34638
2012-12-11 17:51:01 +00:00

12 lines
141 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
CONTROL_MAIN="/usr/lib/pgl/pglcmd.main"
BIN=pgctl
start() {
$BIN $1
}