X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=blobdiff_plain;f=usr%2Fshare%2Ftime-slider%2Flib%2Fplugin%2Fzfssend%2Fzfssend.py;h=0490615888b66b0acb09f70967733cd9873f3141;hp=403cf5cb13ddc88332032d4359abc66ef3e476bc;hb=89b01bcd6deccb79cbdb9f1b06b2613e45850434;hpb=f4594ed407bba1263b2bc93ce70e27a599e2ed3c diff --git a/usr/share/time-slider/lib/plugin/zfssend/zfssend.py b/usr/share/time-slider/lib/plugin/zfssend/zfssend.py index 403cf5c..0490615 100644 --- a/usr/share/time-slider/lib/plugin/zfssend/zfssend.py +++ b/usr/share/time-slider/lib/plugin/zfssend/zfssend.py @@ -177,12 +177,6 @@ def main(argv): sys.exit(-1) - # Invoke the send and receive commands via pfexec(1) since - # we are not using the role's shell to take care of that - # for us. - sendcmd.insert(0, smf.PFCMD) - recvcmd.insert(0, smf.PFCMD) - try: sendP = subprocess.Popen(sendcmd, stdout=subprocess.PIPE,