From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/fssos-nsvs/PKGBUILD | 30 ------------------------------ community/fssos-nsvs/fssos-nsvs.install | 17 ----------------- community/fssos-nsvs/nsvsd.service | 8 -------- 3 files changed, 55 deletions(-) delete mode 100644 community/fssos-nsvs/PKGBUILD delete mode 100644 community/fssos-nsvs/fssos-nsvs.install delete mode 100644 community/fssos-nsvs/nsvsd.service (limited to 'community/fssos-nsvs') diff --git a/community/fssos-nsvs/PKGBUILD b/community/fssos-nsvs/PKGBUILD deleted file mode 100644 index d9e7a0399..000000000 --- a/community/fssos-nsvs/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 90505 2013-05-12 23:35:37Z eric $ -# Maintainer: Dale Blount - -pkgname=fssos-nsvs -pkgver=0.5 -pkgrel=11 -pkgdesc="NSVS for FSSOS" -arch=('i686' 'x86_64') -url="http://fssos.sourceforge.net/" -license=('GPL') -depends=('bash' 'mariadb') -backup=('etc/nsvsd.conf') -options=('!libtool' '!makeflags') -install=$pkgname.install -source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz" - 'nsvsd.service') -md5sums=('3f17c2f6339f1a322b712b467023d825' - '9c791d2086e13f774548d9d6ba2cf9d5') - -build() { - cd nsvs-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin - make CFLAGS="${CFLAGS} -D_GNU_SOURCE" -} - -package() { - cd nsvs-$pkgver - make DESTDIR="$pkgdir" install - install -D -m644 "$srcdir/nsvsd.service" "$pkgdir/usr/lib/systemd/system/nsvsd.service" -} diff --git a/community/fssos-nsvs/fssos-nsvs.install b/community/fssos-nsvs/fssos-nsvs.install deleted file mode 100644 index 253ae64d2..000000000 --- a/community/fssos-nsvs/fssos-nsvs.install +++ /dev/null @@ -1,17 +0,0 @@ -post_install() { - if [ -z "`grep '^nsvsd::' /etc/group`" ]; then - groupadd -g 83 nsvsd - fi - if [ -z "`grep '^nsvsd:' /etc/passwd`" ]; then - useradd -u 83 -d /tmp -g nsvsd -s /bin/false nsvsd - fi -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - userdel nsvsd &> /dev/null - groupdel nsvsd &> /dev/null -} diff --git a/community/fssos-nsvs/nsvsd.service b/community/fssos-nsvs/nsvsd.service deleted file mode 100644 index 8c3d12b67..000000000 --- a/community/fssos-nsvs/nsvsd.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Name Service Via Sockets Daemon - -[Service] -ExecStart=/usr/bin/nsvsd -f /etc/nsvsd.conf - -[Install] -WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf