audit rebuild sbin/audispd-zos-remote (No such file or directory)
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
@@ -35,5 +36,8 @@ def install():
|
|||||||
# Disable zos-remote plugin to get rid of deps. like cyrus-sasl
|
# Disable zos-remote plugin to get rid of deps. like cyrus-sasl
|
||||||
pisitools.remove("/usr/share/man/man8/audispd-zos-remote.8")
|
pisitools.remove("/usr/share/man/man8/audispd-zos-remote.8")
|
||||||
pisitools.remove("/usr/share/man/man5/zos-remote.conf.5")
|
pisitools.remove("/usr/share/man/man5/zos-remote.conf.5")
|
||||||
|
|
||||||
|
for sbin in shelltools.ls("%s/usr/sbin" % get.installDIR()):
|
||||||
|
pisitools.dosym("/usr/sbin/%s" % sbin, "/sbin/%s" % sbin)
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "THANKS", "README", "COPYING")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "THANKS", "README", "COPYING")
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
<Path fileType="config">/etc</Path>
|
<Path fileType="config">/etc</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="executable">/sbin</Path>
|
||||||
<Path fileType="executable">/usr/sbin</Path>
|
<Path fileType="executable">/usr/sbin</Path>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
@@ -119,4 +120,4 @@
|
|||||||
<Email>kaptan@pisilinux.org</Email>
|
<Email>kaptan@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user