author | harlekin <harlekin> | 2002-06-23 12:57:45 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-23 12:57:45 (UTC) |
commit | 5b9588d61b5d1b5b6dc50abf821d3ac543991680 (patch) (side-by-side diff) | |
tree | 768e039bf64aa8b99bdb6cbfdda4a23e94db7f4a | |
parent | 4e683697ebf5f99e97b255dca0782eca53a41de3 (diff) | |
download | opie-5b9588d61b5d1b5b6dc50abf821d3ac543991680.zip opie-5b9588d61b5d1b5b6dc50abf821d3ac543991680.tar.gz opie-5b9588d61b5d1b5b6dc50abf821d3ac543991680.tar.bz2 |
its etc/rc2.d/S98opie now
-rwxr-xr-x | mkipks | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ DEB_VERSION=2.0 # Have to do this here, since CVS can't store symlinks mkdir -p etc/rc2.d -rm -f etc/rc2.d/S98qpe -ln -s ../init.d/qpe etc/rc2.d/S98qpe +rm -f etc/rc2.d/S98opie +ln -s ../init.d/qpe etc/rc2.d/S98opie rm -f ipaq/etc/rc2.d/S96opieatd ln -s ../init.d/opieatd ipaq/etc/rc2.d/S96opieatd |