Codebase list slapi-nis / 0465316
- account for whitespace changes Nalin Dahyabhai 13 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/sh
1 sed -i -r -e '/^dn: cn=Schema Compatibility, cn=plugins, cn=config$/,/^$/ s/^(nsslapd-pluginenabled:) on$/\1 off/i' "$@"
1 sed -i -r -e '/^dn: cn=Schema Compatibility, *cn=plugins, *cn=config$/,/^$/ s/^(nsslapd-pluginenabled:) on$/\1 off/i' "$@"
00 #!/bin/sh
1 sed -i -r -e '/^dn: cn=NIS Server, cn=plugins, cn=config$/,/^$/ s/^(nsslapd-pluginenabled:) on$/\1 off/i' "$@"
1 sed -i -r -e '/^dn: cn=NIS Server, *cn=plugins, *cn=config$/,/^$/ s/^(nsslapd-pluginenabled:) on$/\1 off/i' "$@"