mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
15 lines
417 B
Text
15 lines
417 B
Text
diff --git src/mlmmj-maintd.c src/mlmmj-maintd.c
|
|
index 02cfd16..5ac35da 100644
|
|
--- src/mlmmj-maintd.c
|
|
+++ src/mlmmj-maintd.c
|
|
@@ -601,6 +601,10 @@ int probe_bouncers(const char *listdir, const char *mlmmjbounce)
|
|
pid_t pid, childpid;
|
|
int status;
|
|
|
|
+ if (statctrl(listdir, "nobounceprobe")) {
|
|
+ return 0;
|
|
+ }
|
|
+
|
|
if(chdir(dirname) < 0) {
|
|
log_error(LOG_ARGS, "Could not chdir(%s)", dirname);
|
|
myfree(dirname);
|