Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:ALP:Source:Standard:0.1
aide
aide-test.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aide-test.sh of Package aide
#!/bin/sh export TESTDIR=`mktemp -d /tmp/aide.XXXXXX` install -m 700 -d $TESTDIR/var/lib/aide install -m 700 -d $TESTDIR/etc install -m 600 /etc/aide.conf $TESTDIR/etc/aide.conf.new sed -e "s#/var/lib/aide#$TESTDIR/var/lib/aide#g" <$TESTDIR/etc/aide.conf.new >$TESTDIR/etc/aide.conf /usr/bin/aide -c $TESTDIR/etc/aide.conf --init || exit 1 mv $TESTDIR/var/lib/aide/aide.db.new $TESTDIR/var/lib/aide/aide.db /usr/bin/aide -c $TESTDIR/etc/aide.conf --check --verbose || exit 1 rm -rf $TESTDIR
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor