source: trunk/debathena/config/reactivate/debian/script-athena @ 25544

Revision 25544, 260 bytes checked in by kaduk, 12 years ago (diff)
In reactivate: * Remove unnecessary invocation of cp(1)
Line 
1FSTAB="/etc/schroot/mount-athena"
2COPYFILES=""
3NSSDATABASES=""
4
5rm -f "${FSTAB}"
6sed -e "s|_VARRUN_|$(readlink -f /var/run)|g" \
7       -e "s|_VARLOCK_|$(readlink -f /var/lock)|g" \
8       -e "s|_DEVSHM_|$(readlink -f /dev/shm)|g" < "${FSTAB}.in" > "${FSTAB}"
Note: See TracBrowser for help on using the repository browser.