Reverted back to keeping users.ini. Users will have to remediate on their own

This commit is contained in:
L. Bradley LaBoon 2016-09-28 17:48:10 -04:00
parent db67728350
commit 0f8202dffe
2 changed files with 3 additions and 7 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Wed Sep 28 14:38:51 UTC 2016
# Wed Sep 28 21:47:49 UTC 2016
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 6.5.0_59c8927def0f
pkgrel = 2
pkgrel = 3
url = http://www.splunk.com/
install = splunkforwarder.install
arch = x86_64

View file

@ -2,7 +2,7 @@
pkgname=splunkforwarder
basever=6.5.0
pkgver=${basever}_59c8927def0f
pkgrel=2
pkgrel=3
pkgdesc="Splunk Universal Forwarder"
url="http://www.splunk.com/"
arch=('x86_64' 'i686')
@ -22,8 +22,4 @@ package() {
install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
mkdir "$pkgdir/opt"
cp -r "$pkgname" "$pkgdir/opt/"
# This file causes conflicts with existing installs
# and ships empty anyway, so just remove it
rm "$pkgdir/opt/$pkgname/etc/users/users.ini"
}