From: David Levine Date: Thu, 21 Mar 2013 14:13:13 +0000 (-0500) Subject: Replaced reference to mktemp(3) with mkstemp(3) in X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6f709079918193f7454c698c6471192117213d32?ds=inline;hp=-c Replaced reference to mktemp(3) with mkstemp(3) in rmmproc.messageid. --- 6f709079918193f7454c698c6471192117213d32 diff --git a/etc/rmmproc.messageid b/etc/rmmproc.messageid index 7bb4a26e..e23882c6 100755 --- a/etc/rmmproc.messageid +++ b/etc/rmmproc.messageid @@ -25,7 +25,7 @@ # exists, use 2). # NOTE: conversion of some characters in the filename could # result in an unintended name collision. If that is a concern, - # a program that uses mktemp(3) to create a temporary file might + # a program that uses mkstemp(3) to create a temporary file might # be the basis for a remedy. # 2) Concatenation of BACKUP_PREFIX and input filename. # NOTE: if a file of that name already exists in the destination