summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Maffione2017-07-09 06:29:01 +0200
committerVincenzo Maffione2017-07-09 06:29:01 +0200
commit86240c66ee9b4fc37b50808e9479905920c6a257 (patch)
treecf143fbae63a4f51b4fa5df64316766efda909e0
parentbe20e926e5e9172030d278a20cd9af56c81988e1 (diff)
downloadaur-86240c66ee9b4fc37b50808e9479905920c6a257.tar.gz
remove redundant .conf and .service
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--rlite.conf5
-rw-r--r--rlite.service16
4 files changed, 2 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 211cfcfd6e0e..c2bd89474f93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,12 +14,8 @@ pkgbase = rlite-git
depends = protobuf
depends = python
source = rlite.install
- source = rlite.conf
- source = rlite.service
source = git+https://github.com/vmaffione/rlite.git
md5sums = 047aa5adec4c52ddbf86d12dbf300f71
- md5sums = c1c8811f3a0dc47483468b77c97d8f59
- md5sums = e9b71ee0e95d973ecb373b05140023d9
md5sums = SKIP
pkgname = rlite-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ec1c1b01d1f..a9e44536d89d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ license=('GPL' 'LGPL')
depends=('linux' 'protobuf' 'python')
makedepends=('git' 'linux-headers' 'fakeroot' 'cmake')
install="rlite.install"
-source=("rlite.install" "rlite.conf" "rlite.service" "git+https://github.com/vmaffione/rlite.git")
+source=("rlite.install" "git+https://github.com/vmaffione/rlite.git")
noextract=()
-md5sums=("047aa5adec4c52ddbf86d12dbf300f71" "c1c8811f3a0dc47483468b77c97d8f59" "e9b71ee0e95d973ecb373b05140023d9" "SKIP")
+md5sums=("047aa5adec4c52ddbf86d12dbf300f71" "SKIP")
_gitname="rlite"
diff --git a/rlite.conf b/rlite.conf
deleted file mode 100644
index b0fd1ec7505f..000000000000
--- a/rlite.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-rlite
-rlite-normal
-rlite-shim-loopback
-rlite-shim-eth
-rlite-shim-udp4
diff --git a/rlite.service b/rlite.service
deleted file mode 100644
index d5ab6f318582..000000000000
--- a/rlite.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=rlite daemon running uipcps
-#ConditionPathExists=/etc/rina/uipcp-qoscubes.qos
-#ConditionPathExists=/etc/rina/shim-tcp4-dir
-Wants=systemd-modules-load.service
-After=systemd-modules-load.service
-#After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/rlite-uipcps -k0
-#WorkingDirectory=
-#Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target