Unix and Linux Discussions Tagged with include |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
4,981 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
25,391 |
Programming |
|
|
|
1 |
307,708 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,575 |
Solaris |
|
|
|
0 |
6,503 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
12,924 |
Shell Programming and Scripting |
|
|
|
0 |
2,408 |
OS X Support RSS |
|
|
|
0 |
2,353 |
OS X Support RSS |
|
|
|
0 |
1,620 |
OS X Support RSS |
|
|
|
2 |
1,944 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,680 |
Programming |
|
|
|
4 |
3,916 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,210 |
Shell Programming and Scripting |
|
|
|
0 |
7,133 |
Programming |
|
|
|
2 |
4,349 |
Programming |
|
|
|
1 |
5,616 |
Shell Programming and Scripting |
|
|
|
16 |
156,072 |
Programming |
|
|
|
10 |
4,826 |
UNIX for Dummies Questions & Answers |
|
|
|
19 |
18,549 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
6,416 |
Programming |
|
|
|
1 |
4,785 |
Programming |
|
|
|
1 |
4,522 |
Programming |
|
|
|
2 |
3,493 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,738 |
Programming |
|
|
|
1 |
3,400 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
43,662 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
48,664 |
Programming |
|
|
|
2 |
30,861 |
Programming |
|
|
|
2 |
4,342 |
Programming |
|
|
|
2 |
13,829 |
Programming |
|
|
|
4 |
15,705 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,744 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
12,310 |
Programming |
|
|
|
4 |
232,262 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,470 |
Programming |
|
|
|
1 |
3,595 |
Programming |
|
|
|
2 |
9,700 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,924 |
IP Networking |
|
|
|
20 |
37,877 |
Cybersecurity |
|
|
|
3 |
17,992 |
UNIX for Dummies Questions & Answers |
dbconfig-load-include(1) dbconfig-common dbconfig-load-include(1)
NAME
dbconfig-load-include - parse custom format db config files
SYNOPSIS
dbconfig-load-include [-hv] [-a] [-d[varname]] [-u[varname]] [-p[varname]] [-s[varname]] [-P[varname]] [-t[varname]] -f format infile
DESCRIPTION
dbconfig-load-include is a program to parse custom format include files containing the information necessary to connect a program to a
database resource. This is primarily intended to be used by the dbconfig-common package to import database settings of packages with
pre-existing configurations that have migrated to dbconfig-common. for more information, please see /usr/share/doc/dbconfig-common.
OPTIONS
infile use the given config file as input
-f|--format
use the given output format (default: sh)
-a|--all
include all information in output (default)
-d|--dbname
include the dbname in the output
-p|--dbpass
include the dbpass in the output
-s|--dbserver
include the dbserver in the output
-P|--dbport
include the dbport in the output
-u|--dbuser
include the dbuser in the output
-t|--dbtype
include the dbtype in the output
-h|--help
display this helpful message
-v|--version
output the version and exit
format is one of a list of include-file style formats for various programming languages. the current list includes:
sh /bin/sh style include file
perl perl parseable include file
php php parseable include file
exec run the file as a script and interpret its output
sean finney March 2005 dbconfig-load-include(1)