Skip to content

Commit

Permalink
Recognize OracleServer as a Fedora derivate
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed May 29, 2013
1 parent 92d013d commit 8c27d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/lib/config-functions.sh
Expand Up @@ -52,7 +52,7 @@ SetOSVendorAndVersion () {

# add OS_MASTER_* vars in case this is a derived OS
case "$OS_VENDOR_VERSION" in
(*CentOS*|*FedoraCore*|*RedHat*|*Scientific*)
(*Oracle*|*CentOS*|*FedoraCore*|*RedHat*|*Scientific*)
OS_MASTER_VENDOR="Fedora"
case "$OS_VERSION" in
(5.*)
Expand Down

0 comments on commit 8c27d34

Please sign in to comment.