Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
sleuth
sleuth-1.4.4.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sleuth-1.4.4.diff of Package sleuth
--- sleuth-1.4/Makefile +++ sleuth-1.4/Makefile @@ -12,8 +12,8 @@ rm -f `find . -name "*~" -o -name "*.[oa]" -o -name "\#*\#" -o -name TAGS -o -name core` install: all - install -m 644 sleuth.conf $(CONF_PREFIX)/ - install -m 755 sleuth $(PREFIX)/bin + install -m 644 sleuth.conf $(DESTDIR)$(CONF_PREFIX)/ + install -m 755 sleuth $(DESTDIR)$(PREFIX)/bin release: sed "s/\\(, version \\).*\./\\1$(VERSION)$(SUFFIX)./" <README >README.new @@ -29,6 +29,6 @@ sed 's/^use lib /#use lib /' <$$a >$$a.new ; \ mv $$a.new $$a ; \ done - cd /tmp && tar czvvf $(REL).tar.gz $(REL) + cd /tmp && tar czvvf $(REL).tar.bz2 $(REL) .PHONY: all clean install dist release --- sleuth-1.4/README.SUSE +++ sleuth-1.4/README.SUSE @@ -0,0 +1,2 @@ +Within this installation, sleuth can also be run from a browser as a +cgi script, using location http://localhost/cgi-bin/check.cgi. --- sleuth-1.4/check.cgi +++ sleuth-1.4/check.cgi @@ -137,7 +137,7 @@ $msg = "Name server address out of permitted range"; } else { print "<H2>Check results for $domain</H2>\n"; - @c = "./sleuth"; + @c = "sleuth"; if ($verbose ne "") { push @c, "-v"; } push @c, "-h", $domain, $server; if ($serverip ne "") { push @c, $serverip; }
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