summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Caido2015-10-07 00:22:27 -0400
committerAngel Caido2015-10-07 00:22:27 -0400
commit8cb06fb6a1199863bf3f2cce343d375b0402d5ee (patch)
treefd0fea77cdc010642af8326a4f9c55b778ed0184
parentcb69389079d20b816bf8ffcaff194ca4eb8703a3 (diff)
downloadaur-8cb06fb6a1199863bf3f2cce343d375b0402d5ee.tar.gz
Update to 1.0.0-2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--epoptes-client14
-rw-r--r--epoptes-server.service14
4 files changed, 0 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd8f0971b1b8..c1dab3364062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,6 @@ pkgbase = epoptes-bzr
pkgname = epoptes-bzr
depends = libfaketime
- depends = adduser
depends = librsvg
depends = notification-daemon
depends = xfce4-notifyd
diff --git a/PKGBUILD b/PKGBUILD
index 9366de7cf6bf..5e2be5ab1605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,6 @@ prepare () {
package_epoptes-bzr () {
depends=(libfaketime
- adduser
librsvg
notification-daemon
xfce4-notifyd
diff --git a/epoptes-client b/epoptes-client
deleted file mode 100644
index a4d200607b83..000000000000
--- a/epoptes-client
+++ /dev/null
@@ -1,14 +0,0 @@
-# The server where epoptes-client will be connecting to.
-# If unset, thin client user sessions running on the server will try to connect
-# to "localhost", while thin client root sessions and fat or standalone clients
-# will try to connect to "server".
-# LTSP automatically puts "server" in /etc/hosts for thin and fat clients,
-# but you'd need to put "server" in DNS manually for standalone clients.
-#SERVER=server
-
-# The port where the server will be listening on, and where the client will try
-# to connect to. For security reasons it defaults to a system port, 789.
-#PORT=789
-
-# Set Wake On LAN for devices that support it. Comment it out to disable it.
-WOL=g
diff --git a/epoptes-server.service b/epoptes-server.service
deleted file mode 100644
index 1c94218b7563..000000000000
--- a/epoptes-server.service
+++ /dev/null
@@ -1,14 +0,0 @@
-# TODO: If this is an LTSP client, then service only should run if EPOPTES=True in lts.conf
-
-[Unit]
-Description=A twisted-based daemon that manages epoptes-client
-After=syslog.target
-
-[Service]
-Type=forking
-PIDFile=/run/epoptes.pid
-ExecStart=/usr/bin/twistd --pidfile /run/epoptes.pid --logfile /var/log/epoptes.log epoptes
-#ExecStart=/usr/bin/twistd --pidfile /run/epoptes.pid --logfile /var/log/epoptes.log /usr/bin/epoptes
-
-[Install]
-WantedBy=multi-user.target