X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-distro%2Frecipes-httpd%2Fapache2%2Fapache2_%25.bbappend;fp=meta-starlingx%2Fmeta-stx-distro%2Frecipes-httpd%2Fapache2%2Fapache2_%25.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=505c4bf62e022b2c0e2fd57cf27256759049f628;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-distro/recipes-httpd/apache2/apache2_%.bbappend b/meta-starlingx/meta-stx-distro/recipes-httpd/apache2/apache2_%.bbappend deleted file mode 100644 index 505c4bf..0000000 --- a/meta-starlingx/meta-stx-distro/recipes-httpd/apache2/apache2_%.bbappend +++ /dev/null @@ -1,16 +0,0 @@ - - -APACHE_PORT_NUM ?= "81" - -do_install_append () { - sed -i -e 's/80/${APACHE_PORT_NUM}/' ${D}/${sysconfdir}/${BPN}/httpd.conf -} - -inherit useradd - -USERADD_PACKAGES = "${PN}" - -USERADD_PARAM_${PN} = "-c 'Apache' -u 48 -g apache -s /sbin/nologin -r -d /usr/share/httpd apache" -GROUPADD_PARAM_${PN} = "-g 48 -r apache" - -SYSTEMD_AUTO_ENABLE_${PN} = "disable"