source:
trunk/debathena/config/reactivate/debian/script-athena
@
25544
Revision 25544, 260 bytes checked in by kaduk, 12 years ago (diff) |
---|
Line | |
---|---|
1 | FSTAB="/etc/schroot/mount-athena" |
2 | COPYFILES="" |
3 | NSSDATABASES="" |
4 | |
5 | rm -f "${FSTAB}" |
6 | sed -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.