File: postinst

package info (click to toggle)
ftpwatch 1.5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 52 kB
  • ctags: 5
  • sloc: perl: 74; makefile: 43; sh: 14
file content (16 lines) | stat: -rwxr-xr-x 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

echo
echo "Due to security problems FTPWatch no longer installs itselfe in the"
echo "root crontab file. But every user who wants to use it has to place it"
echo "in there own crontabs. To get a weekly update as before the following"
echo "line could be used:"
echo
echo "  47 5    * * 7 /usr/sbin/ftpwatch"
echo
echo "This also means that all files in ~/.ftpwatch/ has to be chown'ed to"
echo "be owned by the user instead of root"
echo
echo "Press ENTER to continue..."
head -1 > /dev/null