8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-30 08:43:04 +01:00
Commit Graph

38 Commits

Author SHA1 Message Date
skidder
9b07966f90 isc4.gdb -> security.fdb change in RPM scripts 2003-02-10 18:23:19 +00:00
dimitr
45adfb1de1 Damn, my own typo caused another one. The extension should be "fdb". 2003-02-10 12:10:07 +00:00
dimitr
32ef458dcf Damn, my own typo caused another one. The extension should be "fdb". 2003-02-10 11:48:25 +00:00
eku
1a9a258234 Renamed isc4.gdb to security.gdb (POSIX builds) 2003-02-10 11:01:23 +00:00
nmcc
31f191937f keep configure happy. 2002-12-31 18:52:49 +00:00
nmcc
a15ec7cf31 Changed gds_lock_mgr to fb_lock_mgr. 2002-12-09 01:46:27 +00:00
eku
695a428ba6 Moved Linux SS files to arch-specific/linux/super. 2002-11-18 07:35:00 +00:00
eku
1a88c9bc11 Moved Linux CS files to arch-specific/linux/classic. 2002-11-18 07:31:25 +00:00
skywalker
52634976e2 Changes for alpha4 release 2002-11-18 02:43:24 +00:00
skywalker
b3eab50c9a Create linux specific autoconf versions of some script files 2002-11-17 16:31:17 +00:00
skywalker
186bb83591 Change rpmbuild to not need root access
Change install to only put in 'compatibility' libgds.so links if the
files do not already exist.
2002-11-16 02:17:16 +00:00
skywalker
f89df420c4 Change libgds.so.0 link to enable backward compatibility
Update changeDBAPassword.sh so script points to install location.
2002-11-14 08:22:58 +00:00
eku
2ccf1cce1b SINIX-Z: distribute firebird.conf, removed duplicate entry in prototype 2002-11-13 11:07:10 +00:00
kkuznetsov
9caf4f6ee2 *** empty log message *** 2002-11-12 12:44:59 +00:00
eku
b64e02e08a Finally packaging works again. 2002-11-12 12:10:58 +00:00
skywalker
dac5f700e7 Change where rpm file is left. 2002-11-11 16:07:37 +00:00
skywalker
679616343e Move components from Makefile.in.install to here 2002-11-11 15:17:01 +00:00
skywalker
252637549c Files no longer needed - hangover from old old build process 2002-11-11 13:54:03 +00:00
skywalker
de5d28080e Minor changes to install procedure.
makeInstallImage.sh copies doc files and handles missing files from build
postinstall.sh handles /etc/services correctly and generate password as well
2002-11-11 13:52:53 +00:00
eku
7666ebb334 Moved plaform specific installation and packaging rules from
builds/posix/Makefile.in.install and builds/posix/Makefile.in.firebird to
src/install/arch-specific/<platform>/Makefile.in.
2002-11-11 13:09:20 +00:00
skywalker
7d4488df4d Changes to linux classic package/install 2002-11-11 05:56:38 +00:00
eku
af691e2edc Now you can specify the service name and port of the DB server via configure
--with-service-name     specify inet service name (default=gds_db)
  --with-service-port     specify inet service port (default=3050)

So it's possible to run FB1 and FB2 together on the same machine.
2002-11-06 12:36:07 +00:00
eku
0c1b55dd08 Code cleanup:
Since we already have the define ISC_STATUS_LENGTH for the the length of
the status vector, we should use it! Replaced 'status[20]' with
'status[ISC_STATUS_LENGTH]'.

Replaced the different symbolic names for the maximum length of a path
(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
2002-10-24 09:01:44 +00:00
eku
8f561e9c06 Build and distribute 'gdef'. 2002-10-02 12:43:16 +00:00
eku
3033cff1bf Merged the support for databases on raw devices from FB1 into FB2.
Added switch '--enable-raw-devices' to configure to enable this feature
(default=off). Currently only supported on UNIX platforms.
2002-10-01 05:48:00 +00:00
eku
3f3f6e5b15 Fixed installation issues. 2002-09-24 12:58:44 +00:00
eku
9cf71556b3 Fixed the naming of some files:
interbase.msg => firebird.msg
 interbase.log => firebird.log

SINIX-Z: don't distribute build programms
2002-09-20 10:23:15 +00:00
eku
13091a4eca Fixed typo. 2002-09-20 08:31:09 +00:00
eku
ebaba693ae gds_inet_server is now called fb_inet_server 2002-09-19 09:35:36 +00:00
eku
4eaf8c0914 Autoconf cleanup:
o since the define 'VAX' was only used to tell that the byte order is
   LITTLE_ENDIAN (it have nothing else to do with the VAX computer family)
   it can safely replaced with '!WORDS_BIGENDIAN'.
 o check if pointers are 64 bit
 o replaced HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8'
2002-09-17 05:58:40 +00:00
eku
edb084198d SINIX-Z: changed location of the produced package 2002-09-13 07:15:04 +00:00
eku
78ad2abc3d SINIX-Z package files 2002-09-06 08:45:39 +00:00
bellardo
40246c34fa Minor Darwin naming changes 2002-04-04 05:39:04 +00:00
tamlin
80f7fb6dd4 New C++ memory pool 2001-12-24 02:51:06 +00:00
skywalker
115a8cd074 Some changes to work on classic install, (it's not complete as yet
but it's getting there)
2001-08-15 18:10:36 +00:00
bellardo
00ef8172c9 The framework properties file for FB2 2001-08-07 00:33:09 +00:00
bellardo
d6081f5901 An empty install makefile for Darwin. 2001-08-04 22:51:57 +00:00
skywalker
5dc9d07e52 Added the linux/unix install to fb2
also modified a bit to start working with autoconf
2001-08-01 07:59:14 +00:00