Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60129 - runscript doesn't work correctly, if init.d-script was modified
Summary: runscript doesn't work correctly, if init.d-script was modified
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 03:38 UTC by Sven
Modified: 2005-08-31 08:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven 2004-08-12 03:38:56 UTC
as you can see below, the first time, vixie-cron isn't started again like it should, but the second time, it works. executing depscan.sh after the touch-command fixes it too, but depscan.sh isn't executed automatically by the portage any more.


Reproducible: Always
Steps to Reproduce:
gwinet root # touch /etc/init.d/sysklogd
gwinet root # /etc/init.d/sysklogd restart
 * Re-caching dependency info (mtimes differ)...
 * Stopping vixie-cron...                                                 [ ok ]
 * sysklogd -> stop: klogd...                                             [ ok ]
 * sysklogd -> stop: syslogd...                                           [ ok ]
 * sysklogd -> start: syslogd...                                          [ ok ]
 * sysklogd -> start: klogd...                                            [ ok ]
gwinet root # /etc/init.d/vixie-cron start
 * Starting vixie-cron...                                                 [ ok ]
gwinet root # /etc/init.d/sysklogd restart
 * Stopping vixie-cron...                                                 [ ok ]
 * sysklogd -> stop: klogd...                                             [ ok ]
 * sysklogd -> stop: syslogd...                                           [ ok ]
 * sysklogd -> start: syslogd...                                          [ ok ]
 * sysklogd -> start: klogd...                                            [ ok ]
 * Starting vixie-cron...                                                 [ ok ]
Actual Results:  
vixie-cron is not restarted

Expected Results:  
vixie-cron should be restarted
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-08-31 08:42:38 UTC
This should be fixed by baselayout-1.12.0_pre6-r3

Re-open if you disagree.