mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Reverted back to keeping users.ini. Users will have to remediate on their own
This commit is contained in:
parent
ef5b5cb154
commit
2584d9d56b
2 changed files with 3 additions and 7 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Sep 28 14:36:45 UTC 2016
|
||||
# Wed Sep 28 21:46:35 UTC 2016
|
||||
pkgbase = splunk
|
||||
pkgdesc = Statistical analysis and search tool for logs and machine data
|
||||
pkgver = 6.5.0_59c8927def0f
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.splunk.com/
|
||||
install = splunk.install
|
||||
arch = x86_64
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=splunk
|
||||
basever=6.5.0
|
||||
pkgver=${basever}_59c8927def0f
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Statistical analysis and search tool for logs and machine data"
|
||||
url="http://www.splunk.com/"
|
||||
arch=('x86_64' 'i686')
|
||||
|
|
@ -21,8 +21,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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue