Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7df203c8
Commit
7df203c8
authored
Aug 12, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-merge
parents
a724dbc0
e11a23a8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
7 deletions
+16
-7
support-files/MacOSX/Makefile.am
support-files/MacOSX/Makefile.am
+10
-4
support-files/MacOSX/postflight.sh
support-files/MacOSX/postflight.sh
+1
-1
support-files/MacOSX/preflight.sh
support-files/MacOSX/preflight.sh
+2
-2
support-files/Makefile.am
support-files/Makefile.am
+3
-0
No files found.
support-files/MacOSX/Makefile.am
View file @
7df203c8
...
...
@@ -20,19 +20,25 @@
EXTRA_DIST
=
Info.plist.sh
\
Description.plist.sh
\
StartupParameters.plist.sh
\
post
install
.sh
\
pre
install
.sh
\
post
flight
.sh
\
pre
flight
.sh
\
ReadMe.txt
\
MySQL
\
StartupItem.Description.plist
\
StartupItem.Info.plist
\
StartupItem.postinstall
noinst_DATA
=
Info.plist
\
Description.plist
\
StartupParameters.plist
\
postflight
\
preflight
CLEANFILES
=
Info.plist
\
Description.plist
\
StartupParameters.plist
\
post
install
\
pre
install
post
flight
\
pre
flight
SUFFIXES
=
.sh
...
...
support-files/MacOSX/post
install
.sh
→
support-files/MacOSX/post
flight
.sh
View file @
7df203c8
#!/bin/sh
#
# post
install
- this script will be executed after the MySQL PKG
# post
flight
- this script will be executed after the MySQL PKG
# installation has been performed.
#
# This script will install the MySQL privilege tables using the
...
...
support-files/MacOSX/pre
install
.sh
→
support-files/MacOSX/pre
flight
.sh
View file @
7df203c8
#!/bin/sh
#
# pre
install
- this script will be executed before the MySQL PKG
# pre
flight
- this script will be executed before the MySQL PKG
# installation will be performed.
#
# If this package has been compiled with a prefix ending with "mysql" (e.g.
# /usr/local/mysql or /opt/mysql), it will rename any previo
su
ly existing
# /usr/local/mysql or /opt/mysql), it will rename any previo
us
ly existing
# directory with this name before installing the new package (which includes
# a symlink named "mysql", pointing to the newly installed directory, which
# is named mysql-<version>)
...
...
support-files/Makefile.am
View file @
7df203c8
...
...
@@ -41,6 +41,9 @@ pkgdata_DATA = my-small.cnf \
pkgdata_SCRIPTS
=
mysql.server
noinst_DATA
=
mysql-@VERSION@.spec
\
MySQL-shared-compat.spec
CLEANFILES
=
my-small.cnf
\
my-medium.cnf
\
my-large.cnf
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment