undid some --setugids problems -- I don't know where they came from though

CVS patchset: 1917
CVS date: 1998/01/07 15:25:46
This commit is contained in:
ewt 1998-01-07 15:25:46 +00:00
parent 306172f600
commit aaf6149070
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ rpm alias --setperms -q --qf '[\[ -L %{FILENAMES:shescape} \] || chmod %7.7{FILE
--pipe "grep -v \(none\) | sed 's/chmod .../chmod /' | sh"
rpm alias --setugids -q --qf \
'[chown %{FILEUSERNAME:shescape}:%{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
'chown %{FILEUSERNAME:shescape}:%{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n' \
--pipe "grep -v \(none\) | sh"
rpm alias --requires --qf \