diff options
author | daichi <daichi@FreeBSD.org> | 2006-06-29 12:39:00 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2006-06-29 12:39:00 +0000 |
commit | 6d693a64d69b7c41e219b166e9b0e9fe2e019cc8 (patch) | |
tree | 7d4ef7d4f948254324d2bbf35d74b5cf3d60e6de /sysutils/psgconf/files | |
parent | 7c08dae92c80c3371be2ff8531eb699f2419c4c8 (diff) | |
download | FreeBSD-ports-6d693a64d69b7c41e219b166e9b0e9fe2e019cc8.zip FreeBSD-ports-6d693a64d69b7c41e219b166e9b0e9fe2e019cc8.tar.gz |
sysutils/psgconf: update to 3.2
PR: ports/98300
Submitted by: maintainer
Diffstat (limited to 'sysutils/psgconf/files')
-rw-r--r-- | sysutils/psgconf/files/patch-PSGConf.pm | 21 | ||||
-rw-r--r-- | sysutils/psgconf/files/patch-psgconf_modules | 15 |
2 files changed, 5 insertions, 31 deletions
diff --git a/sysutils/psgconf/files/patch-PSGConf.pm b/sysutils/psgconf/files/patch-PSGConf.pm index af79c74..705af17 100644 --- a/sysutils/psgconf/files/patch-PSGConf.pm +++ b/sysutils/psgconf/files/patch-PSGConf.pm @@ -1,26 +1,15 @@ ---- ./lib/PSGConf.pm.orig Mon Jun 21 21:17:31 2004 -+++ ./lib/PSGConf.pm Mon Jun 21 21:17:48 2004 -@@ -34,8 +34,8 @@ +--- ./lib/PSGConf.pm.orig Wed May 3 08:55:41 2006 ++++ ./lib/PSGConf.pm Thu May 4 10:21:24 2006 +@@ -34,7 +34,7 @@ my %defaults = ( config_dir => '/usr/local/share/psgconf/config', - files_dir => '/usr/local/share/psgconf/files', -- config_file => '/etc/psg.conf', + files_dir => '/usr/local/share/psgconf/files', - modules_file => '/etc/psgconf_modules', -+ config_file => '/usr/local/etc/psg.conf', + modules_file => '/usr/local/etc/psgconf_modules', tmpdir => "/var/tmp/psgconf.$$", verbose => 0, do_fix => 0, -@@ -713,7 +713,7 @@ - =item config_file - - Full path to B<psgconf> config file (if applicable). Default is --F</etc/psg.conf>. -+F</usr/local/etc/psg.conf>. - - =item files_dir - -@@ -723,7 +723,7 @@ +@@ -678,7 +678,7 @@ =item modules_file Full path to B<psgconf> modules file. Default is diff --git a/sysutils/psgconf/files/patch-psgconf_modules b/sysutils/psgconf/files/patch-psgconf_modules deleted file mode 100644 index f48e22e..0000000 --- a/sysutils/psgconf/files/patch-psgconf_modules +++ /dev/null @@ -1,15 +0,0 @@ ---- ./etc/psgconf_modules.orig Mon Jun 21 21:55:15 2004 -+++ ./etc/psgconf_modules Mon Jun 21 21:55:30 2004 -@@ -3,7 +3,7 @@ - ### - - ### define data store module(s) --DataStore PSGConf::DataStore::ConfigFile config_file=/etc/psg.conf -+DataStore PSGConf::DataStore::ConfigFile config_file=/usr/local/etc/psg.conf - - ### define control modules --Control PSGConf::Control::Packages PackageManager=PSGConf::Action::PackageManager::Encap -+Control PSGConf::Control::Packages PackageManager=PSGConf::Action::PackageManager::FreeBSD::Ports - Control PSGConf::Control::Users - Control PSGConf::Control::Core - Control PSGConf::Control::Solaris |