This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
googleurl='safebrowsing.clients.google.com/safebrowsing/downloads' | |
yandexurl='sba.yandex.net/downloads' | |
listname='goog-malware-shavar' | |
if [ "$1" = 'yandex' ]; then | |
url=$yandexurl | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: nikicat <develniks at gmail dot com> | |
# Contributor: danilo <gezuru at gmail dot com> | |
# Contributor: Jason Begley <jayray at digitalgoat dot com> | |
# Contributor: Ray Kohler <ataraxia937 at gmail dot com> | |
# Maintainer: Daniel Riedemann <daniel.riedemann [at] googlemail [dot] com> | |
# Maintainer: 458italia <svenskaparadox [at] gmail dot com> | |
pkgname=strongswan | |
pkgver=5.0.0 | |
pkgrel=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
. /etc/rc.conf | |
. /etc/rc.d/functions | |
case "$1" in | |
start) | |
stat_busy "Starting strongSwan IPsec" | |
/usr/sbin/ipsec start | |
if [ $? -gt 0 ]; then |
NewerOlder