| Summary: | /etc/services: update sane service name | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | viy <viy> |
| Component: | setup | Assignee: | Alexey Gladkov <legion> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | minor | ||
| Priority: | P2 | CC: | glebfm, ldv, legion, placeholder, vt |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
setup-2.2.13-alt1 -> sisyphus: * Thu May 27 2010 Dmitry V. Levin <ldv@altlinux> 2.2.13-alt1 - /etc/profile.d/lang.*sh: do not source i18n files if non-empty LANG is already set (closes: #11814). - /etc/services: updated SANE entries (closes: #13071). - /etc/inputrc: added bindings for xterm ctrl-arrows (closes: #15628). - /etc/profile.d/tmpdir.*sh: do not create ~/tmp directory (closes: #19014). - /etc/filesystems: replaced obsolete content with a comment hinting on the purpose of this file (closes: #21082). - /etc/inputrc: added bindings for history search (closes: #22570). - /etc/securetty: added xvc0 for xen virtual console (closes: #23532). |
we have $ grep sane /etc/services sane 6566/tcp # SANE network server igor@breeze src/repo/iscan.git $ rpm -qf /etc/services setup-2.2.10-alt1 but found in iscan spec: ---------------------------------------------- # rpm (un)installation scripts # Believe it or not, but there are distros out there that do not have # the sane service listed in their /etc/services. Also note that the # official service name, as registered with the IANA is not sane, but # sane-port. The saned alias is also commonly used. # %pre srv=/etc/services if [ -z "`grep 6566/tcp ${srv}`" ] then cat >> ${srv} <<EOF sane-port 6566/tcp sane saned # SANE Control Port sane-port 6566/udp sane saned # SANE Control Port EOF fi --------------------------------------------------