Changeset 790 in ProjectBuilder for projects/linuxcoe/pbconf
- Timestamp:
- Jun 15, 2009, 4:31:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/rpm/linuxcoe-sd-base.spec
r759 r790 68 68 69 69 %post 70 # We should add a link so that Apache finds the new conf file 71 ln -sf PBsysconfdir/includes/LinuxCOE-SystemDesigner.conf /etc/httpd/conf.d 70 PBprefix/bin/post-actions -i 72 71 73 # httpd 74 LANGUAGE=C /etc/init.d/httpd status 2>&1 | grep -q stop 75 if [ $? -eq 0 ]; then 76 /etc/init.d/httpd start 77 else 78 /etc/init.d/httpd reload 79 fi 80 chkconfig --add httpd 72 %postun 73 PBprefix/bin/post-actions -u 81 74 82 75 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.