Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12-SP1:GA
vpnc
vpnc-no-build-dates.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vpnc-no-build-dates.patch of Package vpnc
Index: makeman.pl =================================================================== --- makeman.pl.orig +++ makeman.pl @@ -92,7 +92,8 @@ close $LONGHELP; # Hopefully the code speaks for itself from now on... setlocale( LC_ALL, 'C' ); -my $date = strftime( '%B %Y', localtime ); +my $write_secs = (stat("./vpnc.8.template"))[9]; +my $date = strftime( '%B %Y', localtime($write_secs) ); open my $VERSION, '<', './VERSION'; my $vpnc_version = <$VERSION>;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor