Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Vend 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew M. Wilcox authored and jonjensen committed Jan 2, 2009
1 parent 3c17b1b commit 59f4c86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Vend/Startup.pm
@@ -1,6 +1,6 @@
# Startup.pm: startup Vend program and process command line arguments
#
# $Id: Startup.pm,v 1.18 1995/12/04 20:25:52 amw Exp $
# $Id: Startup.pm,v 1.19 1995/12/05 21:14:26 amw Exp $
#
package Vend::Startup;

Expand Down Expand Up @@ -34,7 +34,7 @@ use Vend::Server;
use Vend::Session;
use Vend::Uneval;

my $Vend_version = "0.3.1";
my $Vend_version = "0.3.2";

my $Running_as_cgi_bin;
my $Mode;
Expand Down
4 changes: 2 additions & 2 deletions setup
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# setup: read configuration file and install application
#
# $Id: setup,v 1.18 1995/12/04 21:16:31 amw Exp $
# $Id: setup,v 1.19 1995/12/05 21:09:35 amw Exp $

# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
#
Expand All @@ -19,7 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

my $Version = "0.3.1";
my $Version = "0.3.2";

use Getopt::Long;
# use strict;
Expand Down
1 change: 1 addition & 0 deletions template/shutdown.pl
Expand Up @@ -12,6 +12,7 @@
exit 0;
}

seek(PID, 0, 0) or die "Can't seek '$pidfile': $!\n";
my $pid = <PID> or die "Couldn't read '$pidfile': $!\n";
chomp $pid;

Expand Down

0 comments on commit 59f4c86

Please sign in to comment.