mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
backuppc: new package
Signed-off-by: Carsten Wolff <carsten@wolffcarsten.de> Reviewed-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <unistd.h>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
execv("/usr/share/backuppc/bin/BackupPC_Admin_real", argv);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user