#include <sstream>
#include <stdio.h>
#include <errno.h>
#include "inotify-cxx.h"
#include "incrontab.h"
Defines | |
#define | INCRON_ALLOW_PATH "/etc/incron.allow" |
Allowed users. | |
#define | INCRON_DENY_PATH "/etc/incron.deny" |
Denied users. |
inotify cron system
Copyright (C) 2006 Lukas Jelinek, <lukas@aiken.cz>
This program is free software; you can use it, redistribute it and/or modify it under the terms of the GNU General Public License, version 2 (see LICENSE-GPL).
|
Allowed users.
|
|
Denied users.
|