File: bsdutils.postinst

package info (click to toggle)
util-linux 2.10f-5.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,828 kB
  • ctags: 4,184
  • sloc: ansic: 39,219; makefile: 898; sh: 685; perl: 65; csh: 62; sed: 55; cs: 27
file content (7 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e
if [ -x /usr/sbin/suidregister ]; then
        suidregister -s bsdutils /usr/bin/wall root tty 2755
else
        chown root.tty /usr/bin/wall
        chmod 2755 /usr/bin/wall
fi