summaryrefslogtreecommitdiff
path: root/comms/minicom/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'comms/minicom/patches/patch-ae')
-rw-r--r--comms/minicom/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/minicom/patches/patch-ae b/comms/minicom/patches/patch-ae
new file mode 100644
index 00000000000..50222cb15f1
--- /dev/null
+++ b/comms/minicom/patches/patch-ae
@@ -0,0 +1,12 @@
+--- minicom.c.orig Sat Sep 27 17:03:30 1997
++++ minicom.c Fri Jan 9 19:59:13 1998
+@@ -530,7 +530,8 @@
+ /* Loop again if more options */
+ } while(optind < argk);
+
+- if (real_uid == 0 && dosetup == 0) {
++ /* also allow root to run minicom with `-d' switch */
++ if (real_uid == 0 && dosetup == 0 && cmd_dial == NULL) {
+ fprintf(stderr, "%s%s%s",
+ "minicom: WARNING: please don't run minicom as root when not maintaining\n",
+ " it (with the -s switch) since all changes to the\n",