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=42f39759bd232aaf49fb77b3338f3ad514f47902;hb=89b01bcd6deccb79cbdb9f1b06b2613e45850434;hpb=d021224696e8524cab857c27370e33aeaf024130 diff --git a/usr/share/time-slider/lib/plugin/zfssend/zfssend.py b/usr/share/time-slider/lib/plugin/zfssend/zfssend.py index 42f3975..0490615 100644 --- a/usr/share/time-slider/lib/plugin/zfssend/zfssend.py +++ b/usr/share/time-slider/lib/plugin/zfssend/zfssend.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # CDDL HEADER START # @@ -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,