source: freebsd-mgnt/new-aide.sh@ 325

Last change on this file since 325 was 84, checked in by Rick van der Zwet, 15 years ago

Administering BSD machines the easy way

  • Property svn:executable set to *
File size: 331 bytes
Line 
1#!/bin/sh
2# Give us an new aide database, no questions asked
3# Also take a look at aide --update if you like to start comparing and such
4#
5# Licence: BSDLike - http://rickvanderzwet.nl/LICENSE
6# Rick van der Zwet <info@rickvanderzwet.nl>
7
8sudo aide --init
9sudo mv /var/db/aide/databases/aide.db.new /var/db/aide/databases/aide.db
Note: See TracBrowser for help on using the repository browser.