summaryrefslogtreecommitdiff
path: root/src/noprml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-14 23:16:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-14 23:16:52 (GMT)
commitfc34bbb27000894c741202f004d6bddffaab037d (patch)
tree208ae05f7f1d250fe5302cc7afc82cdb5e70ad4c /src/noprml
parent91d0e0272bed22945436db219a6ec86fbc8bc5c7 (diff)
renamed nopsyncd to nopfetchd
Diffstat (limited to 'src/noprml')
-rwxr-xr-xsrc/noprml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/noprml b/src/noprml
index f7c696a..9f9a9d1 100755
--- a/src/noprml
+++ b/src/noprml
@@ -20,7 +20,7 @@
-- along with rhnop. If not, see <http://www.gnu.org/licenses/>.
--
--
--- send now and next cart# and length to nopsyncd
+-- send now and next cart# and length to nopfetchd
-- this script should be called by the now/next macro cart
-- the arguments should be: now# nowlen next# nextlen
--
@@ -54,7 +54,7 @@ if q == nil then
end
end
--- send out message to nopsyncd
+-- send out message to nopfetchd
local result, err = mq.send(q, timestamp .. " " .. arg[1] .. " " .. arg[2] .. " " .. arg[3] .. " " .. arg[4], 0)
if result == nil then
io.stderr:write("sending message failed: " .. err .. "\n")