diff options
Diffstat (limited to 'lib/sisu/current/se_info_env.rb')
| -rw-r--r-- | lib/sisu/current/se_info_env.rb | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/lib/sisu/current/se_info_env.rb b/lib/sisu/current/se_info_env.rb index 8917a1d2..85dd043c 100644 --- a/lib/sisu/current/se_info_env.rb +++ b/lib/sisu/current/se_info_env.rb @@ -1081,7 +1081,7 @@ WOK          @stub_pod        end        def etc -        defaults[:sisu_etc]                                                      #live/dynamic +        defaults[:sisu_etc]            #live/dynamic        end        def arch          @sys.dir_arch @@ -1125,7 +1125,7 @@ WOK        def webserv_path #testing, check need, remove          webserv        end -      def webserv               #separation required for webrick which cannot use path.output (different requirements as no file is passed) +      def webserv                      #separation required for webrick which cannot use path.output (different requirements as no file is passed)          man_path=if @@man_path.nil?            man_path=if defined? @rc['webserv']['path'] \            and @rc['webserv']['path'] =~/\S\S+/ @@ -1163,17 +1163,17 @@ WOK        def webserv_map_pwd #dir          "#{path.webserv}/#{base_markup_dir_stub}"        end -      def webserv_dir           #fixed/hard path to /www web/presentation directory, on Debian /var/www subdirectories are created within it, depending on markup directory stub-name (last segment of markup directory name) +      def webserv_dir                  #fixed/hard path to /www web/presentation directory, on Debian /var/www subdirectories are created within it, depending on markup directory stub-name (last segment of markup directory name)          defaults[:webserv_dir]        end -      def webserv_image         #web/presentation directory, subdirectories are created within it, depending on markup directory stub-name (last segment of markup directory name) +      def webserv_image                #web/presentation directory, subdirectories are created within it, depending on markup directory stub-name (last segment of markup directory name)          images=if defined? @rc['webserv']['images']            @rc['webserv']['images']          else defaults[:images]          end          "#{path.webserv}/#{images}"        end -      def output                #web/webserv output directory... subdirectory into which further subdirectories are made based on file names +      def output                       #web/webserv output directory... subdirectory into which further subdirectories are made based on file names          r=Px[:lng_lst_rgx]          u=/.+?\/([^\/]+)(?:\/(?:#{r})$|$)/          base_stub=@sys.pwd.gsub(u,'\1') @@ -1191,7 +1191,7 @@ WOK        def feed_home          "#{public_output}/#{@rc['webserv']['feed_home']}"        end -      def scripts                                                                #used previously only to include tla version info +      def scripts                      #used previously only to include tla version info          if defined? @rc['project']['path']            "#{home}/#{@rc['project']['path']}"          end | 
