diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-11-18 20:18:17 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-11-18 20:18:17 +0000 |
commit | a9eb0f55e5c7d078d4fbbf37cf99ab9b1a372797 (patch) | |
tree | cde72baee97ff560fd328ee9b1ff8f4a4d5f84f0 /sysutils/apcupsd/files/patch-ba | |
parent | Add gdesklets-seti, a gdesklet client for the SETI project that is designed (diff) |
o) Update to version 3.10.6 (USB support)
Notes
Notes:
svn path=/head/; revision=94291
Diffstat (limited to 'sysutils/apcupsd/files/patch-ba')
-rw-r--r-- | sysutils/apcupsd/files/patch-ba | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/sysutils/apcupsd/files/patch-ba b/sysutils/apcupsd/files/patch-ba deleted file mode 100644 index 303f4604837f..000000000000 --- a/sysutils/apcupsd/files/patch-ba +++ /dev/null @@ -1,53 +0,0 @@ -*** cgi/Makefile.in.orig Thu Jun 21 10:16:41 2001 ---- cgi/Makefile.in Sun Dec 2 11:04:54 2001 -*************** -*** 84,89 **** ---- 84,92 ---- - rm -f Makefile config.h - - install: cgi -+ @if test ! -d $(cgibin) ; then \ -+ mkdir -p $(cgibin); \ -+ fi - @for p in $(CGIPROGS) ; do \ - echo $(INSTALL_PROGRAM) $$p $(cgibin); \ - $(INSTALL_PROGRAM) $$p $(cgibin); \ -*************** -*** 98,114 **** - echo "No CSS_DIR found, did not install multimon.css" ; \ - fi - # don't overwrite any existing config file -! @if test ! -f $(sysconfdir)/hosts.conf; then \ -! (echo "Installing hosts.conf..." && $(INSTALL_DATA) ../etc/hosts.conf $(sysconfdir)/hosts.conf); \ -! else \ -! (echo "Installing hosts.conf in $(sysconfdir)/hosts.conf.new" && $(INSTALL_DATA) ../etc/hosts.conf $(sysconfdir)/hosts.conf.new); \ -! fi - # don't overwrite any existing config file -! @if test ! -f $(sysconfdir)/multimon.conf; then \ -! (echo "Installing multimon.conf..." && $(INSTALL_DATA) ../etc/multimon.conf $(sysconfdir)/multimon.conf); \ -! else \ -! (echo "Installing multimon.conf in $(sysconfdir)/multimon.conf.new" && $(INSTALL_DATA) ../etc/multimon.conf $(sysconfdir)/multimon.conf.new); \ -! fi - - uninstall: - @echo "Uninstalling cgi program support..." ---- 101,119 ---- - echo "No CSS_DIR found, did not install multimon.css" ; \ - fi - # don't overwrite any existing config file -! # @if test ! -f $(sysconfdir)/hosts.conf; then \ -! # (echo "Installing hosts.conf..." && $(INSTALL_DATA) ../etc/hosts.conf $(sysconfdir)/hosts.conf); \ -! # else \ -! # (echo "Installing hosts.conf in $(sysconfdir)/hosts.conf.new" && $(INSTALL_DATA) ../etc/hosts.conf $(sysconfdir)/hosts.conf.new); \ -! # fi -! $(INSTALL_DATA) ../etc/hosts.conf $(sysconfdir)/hosts.conf.sample - # don't overwrite any existing config file -! # @if test ! -f $(sysconfdir)/multimon.conf; then \ -! # (echo "Installing multimon.conf..." && $(INSTALL_DATA) ../etc/multimon.conf $(sysconfdir)/multimon.conf); \ -! # else \ -! # (echo "Installing multimon.conf in $(sysconfdir)/multimon.conf.new" && $(INSTALL_DATA) ../etc/multimon.conf $(sysconfdir)/multimon.conf.new); \ -! # fi -! $(INSTALL_DATA) ../etc/multimon.conf $(sysconfdir)/multimon.conf.sample - - uninstall: - @echo "Uninstalling cgi program support..." |