| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/mail/archiveopteryx-devel/files/ |
Upload File : |
--- Jamsettings.orig 2012-07-10 08:45:55.000000000 -0500 +++ Jamsettings 2012-12-26 18:19:56.434350066 -0600 @@ -12,7 +12,7 @@ # A convenient prefix used by most directory and file names,. # -PREFIX ?= /usr/local/archiveopteryx ; +PREFIX ?= %%PREFIX%% ; # The directory for user and sysadmin tools # @@ -28,32 +28,34 @@ # Supporting files # -LIBDIR = $(PREFIX)/lib ; +LIBDIR = $(PREFIX)/libexec/aox ; + +LIBDATADIR = $(PREFIX)/libdata/aox ; # The startup/shutdown script's directory # -INITDIR = $(LIBDIR) ; +INITDIR = $(PREFIX)/etc/rc.d ; # Where to write pid files for the servers # -PIDFILEDIR ?= $(PREFIX)/lib/pidfiles ; +PIDFILEDIR ?= /var/run/aox ; # The servers chroot to an empty, unreadable jail directory at # startup. # -JAILDIR = $(PREFIX)/jail ; +JAILDIR = /var/db/aox/jail ; # This is the default message-copy-directory. # -MESSAGEDIR = $(JAILDIR)/messages ; +MESSAGEDIR = /var/db/aox/messages ; # The directory where the configuration file is located. # -CONFIGDIR = $(PREFIX) ; +CONFIGDIR = $(PREFIX)/etc/archiveopteryx ; # The directory where the README and other files are installed. # -READMEDIR = $(PREFIX) ; +READMEDIR = $(PREFIX)/share/doc/archiveopteryx ; # The log file's default name. (This can be a file name or syslog/x, # where x is a facility.)