Changeset 550 for trunk/scripts


Ignore:
Timestamp:
Oct 31, 2019, 9:13:12 PM (5 years ago)
Author:
katerina
Message:

Fix for ticket #442 (support for OpenBSD signify).

Location:
trunk/scripts
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/yuleadmin.pl.in

    r121 r550  
    3838my $base = basename($0);
    3939
    40 #my $cfgfile  = "yulerc";
    41 #my $yule     = "./yule";
    42 #my $gpg      = "/usr/bin/gpg";
    43 
    4440my $cfgfile  = "@myconffile@";
    4541my $yule     = "@sbindir@/@install_name@";
    46 my $gpg      = "@mygpg@";
    4742
    4843$cfgfile  =~ s/^REQ_FROM_SERVER//;
    49 
    50 $gpg = "gpg" if ($gpg eq "");
    5144
    5245sub usage() {
Note: See TracChangeset for help on using the changeset viewer.