PacketFence - BTS - PacketFence
View Issue Details
0000600PacketFencerefactoringpublic2009-02-27 11:482012-10-19 10:20
obilodeau 
 
normalfeaturealways
closedwon't fix 
 
 
0000600: pf.conf's 'service' section should be in a separate perl file
the service section in pf.conf should be replaced by a separate perl file containing perl readonly variables.

(see line 132 in service.pm)
No tags attached.
Issue History
2009-02-27 11:48user4New Issue
2009-03-03 15:18user4Severityminor => feature
2009-04-13 13:35user4Category1.8.2 => 1.8.3
2009-06-05 08:53user4ProjectPacketFence => PacketFence 1.9
2010-04-15 17:43obilodeauProjectPacketFence 1.9 => PacketFence
2010-11-02 14:51obilodeauNote Added: 0001748
2010-11-02 14:51obilodeauReporteruser4 => obilodeau
2010-11-02 14:51obilodeauCategory => refactoring
2010-11-02 14:51obilodeauSummarychange 'service' section into a separate perl file => pf.conf's 'service' section should be in a separate perl file
2011-01-18 11:41obilodeauTarget Version => 2.1.0
2011-03-03 15:15obilodeauTarget Version2.1.0 => +1
2011-03-03 15:18obilodeauTarget Version+1 => +2
2011-06-17 15:42obilodeauNote Added: 0002090
2011-06-17 15:42obilodeauStatusnew => closed
2011-06-17 15:42obilodeauResolutionopen => won't fix
2012-10-19 10:20fgaudreaultTarget Version+2 =>

Notes
(0001748)
obilodeau   
2010-11-02 14:51   
here's what's in pf.conf's service section:

[services.httpd]
type=text
description=<<EOT
Location of the apache binary.  Only necessary to change if you are not running the RPMed version.
EOT

[services.dhcpd]
type=text
description=<<EOT
Location of the dhcpd binary.  Only necessary to change if you are not running the RPMed version.
EOT

[services.named]
type=text
description=<<EOT
Location of the named binary.  Only necessary to change if you are not running the RPMed version.
EOT

[services.snmptrapd]
type=text
description=<<EOT
Location of the snmptrapd binary.  Only necessary to change if you are not running the RPMed version.

EOT

[services.snort]
type=text
description=<<EOT
Location of the snort binary.  Only necessary to change if you are not running the RPMed version.
EOT
(0002090)
obilodeau   
2011-06-17 15:42   
I don't understand why that would have been a good thing and I can't see any benefits now. closing