diff options
Diffstat (limited to 'net-mgmt/noc/files/patch-scripts_post-install')
-rw-r--r-- | net-mgmt/noc/files/patch-scripts_post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/noc/files/patch-scripts_post-install b/net-mgmt/noc/files/patch-scripts_post-install index 082b6070bbaf..793e4169596f 100644 --- a/net-mgmt/noc/files/patch-scripts_post-install +++ b/net-mgmt/noc/files/patch-scripts_post-install @@ -12,7 +12,7 @@ @@ -15,7 +15,7 @@ cd $PREFIX sed_script=`mktemp tmp.XXXXXX` rm $sed_script - for cmd in telnet ssh rsync pg_dump tar gzip smidump smilint fping dig; do + for cmd in telnet ssh rsync pg_dump tar gzip smidump smilint fping dig gpg; do - echo 's@^\\($cmd *\\)=.*\$@\\1 = '`which $cmd`'@' >> $sed_script + echo "s@^\\($cmd *\\)=.*\$@\\1 = "`which $cmd`'@' >> $sed_script done |