summaryrefslogtreecommitdiff
path: root/sys/src/cmd/plumb/plumber.c
AgeCommit message (Collapse)Author
2021-09-10plumber: remove $plumbsrv, add optional srvname, usage checkqwx
Plumber both posts a service to /srv and sets a $plumbsrv environment variable. Our libplumb no longer uses $plumbsrv and nothing else does. It's a silly hack; rc doesn't update /env immediately, and scripts, which for instance set up subrios, cannot rely on it to clean up the plumber at the end. Instead, add the option to specify a srvname, actually check for some common errors and print a usage string. Thanks to Ori for input and a preliminary patch.
2018-10-11plumber: fix memory and filedescriptor leaks (thanks BurnZeZ)cinap_lenrek
2012-01-29plumber: fix memory leakscinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen