[arch-commits] Commit in networkmanager-dispatcher-sshd/repos/community-any (6 files)
Jelle van der Waa
jelle at archlinux.org
Sat Jun 2 13:25:44 UTC 2018
Date: Saturday, June 2, 2018 @ 13:25:44
Author: jelle
Revision: 337517
archrelease: copy trunk to community-any
Added:
networkmanager-dispatcher-sshd/repos/community-any/10-sshd
(from rev 337516, networkmanager-dispatcher-sshd/trunk/10-sshd)
networkmanager-dispatcher-sshd/repos/community-any/LICENSE
(from rev 337516, networkmanager-dispatcher-sshd/trunk/LICENSE)
networkmanager-dispatcher-sshd/repos/community-any/PKGBUILD
(from rev 337516, networkmanager-dispatcher-sshd/trunk/PKGBUILD)
Deleted:
networkmanager-dispatcher-sshd/repos/community-any/10-sshd
networkmanager-dispatcher-sshd/repos/community-any/LICENSE
networkmanager-dispatcher-sshd/repos/community-any/PKGBUILD
----------+
10-sshd | 74 ++++++++++++++++++++++++++++++-------------------------------
LICENSE | 38 +++++++++++++++----------------
PKGBUILD | 34 ++++++++++++++--------------
3 files changed, 73 insertions(+), 73 deletions(-)
Deleted: 10-sshd
===================================================================
--- 10-sshd 2018-06-02 13:25:04 UTC (rev 337516)
+++ 10-sshd 2018-06-02 13:25:44 UTC (rev 337517)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-
-if [ -e /sys/fs/cgroup/systemd ]; then
- case "$2" in
- up)
- systemctl start sshd.service
- ;;
- vpn-up)
- systemctl start sshd.service
- ;;
- down)
- systemctl stop sshd.service
- ;;
- vpn-down)
- systemctl stop sshd.service
- ;;
- esac
-else
-
- if [ -e "/etc/rc.d/sshd" ]; then
- case "$2" in
- up)
- /etc/rc.d/sshd start
- ;;
- vpn-up)
- /etc/rc.d/sshd start
- ;;
- down)
- /etc/rc.d/sshd stop
- ;;
- vpn-down)
- /etc/rc.d/sshd stop
- ;;
- esac
- fi
-fi
Copied: networkmanager-dispatcher-sshd/repos/community-any/10-sshd (from rev 337516, networkmanager-dispatcher-sshd/trunk/10-sshd)
===================================================================
--- 10-sshd (rev 0)
+++ 10-sshd 2018-06-02 13:25:44 UTC (rev 337517)
@@ -0,0 +1,37 @@
+#!/bin/bash
+
+
+if [ -e /sys/fs/cgroup/systemd ]; then
+ case "$2" in
+ up)
+ systemctl start sshd.service
+ ;;
+ vpn-up)
+ systemctl start sshd.service
+ ;;
+ down)
+ systemctl stop sshd.service
+ ;;
+ vpn-down)
+ systemctl stop sshd.service
+ ;;
+ esac
+else
+
+ if [ -e "/etc/rc.d/sshd" ]; then
+ case "$2" in
+ up)
+ /etc/rc.d/sshd start
+ ;;
+ vpn-up)
+ /etc/rc.d/sshd start
+ ;;
+ down)
+ /etc/rc.d/sshd stop
+ ;;
+ vpn-down)
+ /etc/rc.d/sshd stop
+ ;;
+ esac
+ fi
+fi
Deleted: LICENSE
===================================================================
--- LICENSE 2018-06-02 13:25:04 UTC (rev 337516)
+++ LICENSE 2018-06-02 13:25:44 UTC (rev 337517)
@@ -1,19 +0,0 @@
-Copyright (c) 2009-2013 Robert Djubek
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
Copied: networkmanager-dispatcher-sshd/repos/community-any/LICENSE (from rev 337516, networkmanager-dispatcher-sshd/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2018-06-02 13:25:44 UTC (rev 337517)
@@ -0,0 +1,19 @@
+Copyright (c) 2009-2013 Robert Djubek
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-02 13:25:04 UTC (rev 337516)
+++ PKGBUILD 2018-06-02 13:25:44 UTC (rev 337517)
@@ -1,17 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle vdwaa nl>
-pkgname=networkmanager-dispatcher-sshd
-pkgver=1.0
-pkgrel=4
-pkgdesc="Dispatcher Script for sshd"
-arch=(any)
-license=('MIT')
-url="http://www.gnome.org/projects/NetworkManager/"
-depends=('networkmanager' 'openssh')
-source=("10-sshd" "LICENSE")
-md5sums=('32b05542b6dca22e2958bd9e1198b08b'
- 'bade437c691452a83923e5064da20757')
-
-package() {
- install -Dm700 $srcdir/10-sshd $pkgdir/etc/NetworkManager/dispatcher.d/10-sshd
- install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
Copied: networkmanager-dispatcher-sshd/repos/community-any/PKGBUILD (from rev 337516, networkmanager-dispatcher-sshd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-02 13:25:44 UTC (rev 337517)
@@ -0,0 +1,17 @@
+# Maintainer: Jelle van der Waa <jelle vdwaa nl>
+pkgname=networkmanager-dispatcher-sshd
+pkgver=1.0
+pkgrel=5
+pkgdesc="Dispatcher Script for sshd"
+arch=(any)
+license=('MIT')
+url="http://www.gnome.org/projects/NetworkManager/"
+depends=('networkmanager' 'openssh')
+source=("10-sshd" "LICENSE")
+md5sums=('32b05542b6dca22e2958bd9e1198b08b'
+ 'bade437c691452a83923e5064da20757')
+
+package() {
+ install -Dm700 $srcdir/10-sshd $pkgdir/etc/NetworkManager/dispatcher.d/10-sshd
+ install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list