Fehler bei der Rechtekorrektur von fcronsighup

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5268 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-28 13:01:46 +00:00
parent 93fbe530f2
commit d29390c8ab

View File

@ -107,6 +107,6 @@ postmk() {
grep "^fcrontab " pam.conf|sed -e "s/^fcrontab *//" >pam.d/fcrontab
rm pam.conf
chmod 6755 $TMPROOT/usr/bin/fcrondyn
chmod 4750 $TMPROOT/usr/bin/fcronsighub
chmod 2750 $TMPROOT/usr/bin/fcronsighup
chmod 6755 $TMPROOT/usr/bin/fcrontab
}