File: cw.templates

package info (click to toggle)
unixcw 2.3-13
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,340 kB
  • ctags: 897
  • sloc: ansic: 7,476; sh: 3,229; cpp: 1,628; makefile: 401; awk: 245
file content (8 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
Template: cw/suid_bit
Type: boolean
Default: false
_Description: Make cw setuid root
 The cw program only runs correctly as the root user. One way of doing this
 is to make the program setuid root. This is generally a bad idea as there
 are better ways, such as using the sudo program, to do this. However, you
 have the option here of making it setuid root if you like.