Dr. Werner Fink 2009-10-06 09:47:07 +00:00 committed by Git OBS Bridge
parent e212322e6c
commit 8af7b94af7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 6 11:45:45 CEST 2009 - werner@suse.de
- Use option -c on grotty command to diaable escape sequences in
/etc/init.d/README (bnc#543957)
-------------------------------------------------------------------
Wed Sep 30 13:24:57 CEST 2009 - werner@suse.de

View File

@ -100,7 +100,7 @@ popd
#
test -s $RPM_BUILD_ROOT/usr/share/man/man7/init.d.7 || exit 1
cat $RPM_BUILD_ROOT/usr/share/man/man7/init.d.7 | \
troff -Tlatin1 -t -mandoc | grotty -bou > \
troff -Tlatin1 -t -mandoc | grotty -cbou > \
$RPM_BUILD_ROOT/etc/init.d/README
cp $RPM_BUILD_ROOT/etc/init.d/README $RPM_BUILD_ROOT/sbin/init.d.README
#