@@ -87,7 +87,7 @@ paths = awk, bzip2, bunzip2, ldd, less, clear, cut, du, find, head, less, md5sum
8787includesections = basicshell, midnightcommander, editors
8888
8989[terminfo]
90- comment = terminfo databases, required for example for ncurses or vim
90+ comment = terminfo databases, required for example for ncurses or vim
9191paths = /etc/terminfo, /usr/share/terminfo, /lib/terminfo
9292
9393[editors]
@@ -96,8 +96,8 @@ includesections = terminfo
9696paths = joe, nano, vi, vim, /etc/vimrc, /etc/joe, /usr/share/vim
9797
9898[netutils]
99- comment = several internet utilities like wget, ftp, rsync, scp, ssh
100- paths = wget, lynx, ftp, host, rsync, smbclient
99+ comment = several internet utilities like curl, wget, ftp, rsync, scp, ssh
100+ paths = curl, wget, lynx, ftp, host, rsync, smbclient
101101includesections = netbasics, ssh, sftp, scp
102102
103103[apacheutils]
@@ -238,6 +238,11 @@ comment = php version 8.1
238238paths = /usr/bin/php8.1, /usr/lib/php/8.1/, /usr/lib/php/20210902/, /usr/share/php/8.1/, /etc/php/8.1/cli/, /etc/php/8.1/mods-available/
239239includesections = php_common
240240
241+ [php8_2]
242+ comment = php version 8.2
243+ paths = /usr/bin/php8.2, /usr/lib/php/8.2/, /usr/lib/php/20210902/, /usr/share/php/8.2/, /etc/php/8.2/cli/, /etc/php/8.2/mods-available/
244+ includesections = php_common
245+
241246[imagemagick]
242247comment = ImageMagick needed for php-imagemagick extension
243248paths = /usr/share/ImageMagick-*, /etc/ImageMagick-*, /usr/lib/*/ImageMagick-*
0 commit comments