Hey and hello, new here, and am wondering how to submit a patch to a
file... specifically the PKGBUILD for the package pissircd-git -- I've been
copying my own PKGBUILD file over during the generation of a package build
to avoid having it try to create a socket file in my home directory. Been
doing this for a long time, and am wondering how to make it more permanent.

I've included the patch, but again, I'm new and don't know where to send
it. It's very simple (adding one line to the configuration) and I'm putting
the file in /run/pissircd/ircd.sock, which unrealircdctl communicates to
correctly.

Anyway, again, I'm new to this. Help would be appreciated

Thanks,
  -- Ross (headrift) Burton
--- .cache/paru/clone/pissircd-git/PKGBUILD	2023-07-03 16:26:58.553284802 +0000
+++ .cache/paru/clone/pissircd-git/PKGBUILD.bkp	2023-07-03 15:50:44.680608951 +0000
@@ -47,6 +47,7 @@
   ./autogen.sh
   ./configure \
     --with-pidfile=/run/pissircd/ircd.pid \
+    --with-controlfile=/run/pissircd/ircd.sock \
     --with-showlistmodes \
     --enable-ssl=/usr \
     --with-bindir=/usr/bin \

Reply via email to