diff options
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown index 9e6d028..d91578f 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -50,6 +50,6 @@ out "Deactivating dmcrypt devices (if any exist)."; { } out "Running post shutdown hooks..."; -for file in /etc/rc.d/*.post.shutdown ; do +for file in /etc/init/*.post.shutdown ; do [ -f "$file" ] && . "$file" done |